|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PersistenceType>
dermi.annotation.PersistenceType
public enum PersistenceType
This is an enumeration class for the different DCM Persistence Type
| Enum Constant Summary | |
|---|---|
COMPONENT
Don't save the state automatically |
|
CONTAINER
When the component passivate, automatically save the state |
|
| Method Summary | |
|---|---|
static PersistenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PersistenceType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PersistenceType CONTAINER
public static final PersistenceType COMPONENT
| Method Detail |
|---|
public static final PersistenceType[] values()
for(PersistenceType c : PersistenceType.values())
System.out.println(c);
public static PersistenceType 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||