@Deprecated public static enum RecordActionSupport.SessionPersistance extends Enum<RecordActionSupport.SessionPersistance>
Enum Constant and Description |
---|
Data
Deprecated.
|
Key
Deprecated.
|
None
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RecordActionSupport.SessionPersistance |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RecordActionSupport.SessionPersistance[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordActionSupport.SessionPersistance None
public static final RecordActionSupport.SessionPersistance Key
public static final RecordActionSupport.SessionPersistance Data
public static RecordActionSupport.SessionPersistance[] values()
for (RecordActionSupport.SessionPersistance c : RecordActionSupport.SessionPersistance.values()) System.out.println(c);
public static RecordActionSupport.SessionPersistance 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 nullCopyright © 2008–2015 Apache Software Foundation. All rights reserved.