public static enum ActionReturn.Header extends Enum<ActionReturn.Header>
| Enum Constant and Description |
|---|
CACHE_CONTROL |
DATE |
ETAG |
EXPIRES |
LAST_MODIFIED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ActionReturn.Header |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionReturn.Header[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionReturn.Header EXPIRES
public static final ActionReturn.Header DATE
public static final ActionReturn.Header ETAG
public static final ActionReturn.Header LAST_MODIFIED
public static final ActionReturn.Header CACHE_CONTROL
public static ActionReturn.Header[] values()
for (ActionReturn.Header c : ActionReturn.Header.values()) System.out.println(c);
public static ActionReturn.Header valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ActionReturn.Header>Copyright © 2003–2022 Sakai Project. All rights reserved.