public static enum SessionState.ResourceType extends java.lang.Enum<SessionState.ResourceType>
| Modifier and Type | Field and Description |
|---|---|
SessionState.ResourceHook |
hook |
| Modifier and Type | Method and Description |
|---|---|
static SessionState.ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionState.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionState.ResourceType FILE
public static final SessionState.ResourceType JAR
public static final SessionState.ResourceType ARCHIVE
public SessionState.ResourceHook hook
public static SessionState.ResourceType[] values()
for (SessionState.ResourceType c : SessionState.ResourceType.values()) System.out.println(c);
public static SessionState.ResourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2012 The Apache Software Foundation