|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
uk.ac.ucl.sse.omii.bpel.model._2006._08.pdd.PersistenceType
public final class PersistenceType
A representation of the literals of the enumeration 'Persistence Type', and utility methods for working with them.
PddPackage.getPersistenceType()
,
Serialized FormField Summary | |
---|---|
static int |
FULL
The 'Full' literal value. |
static PersistenceType |
FULL_LITERAL
The 'Full' literal object. |
static int |
NONE
The 'None' literal value. |
static PersistenceType |
NONE_LITERAL
The 'None' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Persistence Type' enumerators. |
Method Summary | |
---|---|
static PersistenceType |
get(int value)
Returns the 'Persistence Type' literal with the specified integer value. |
static PersistenceType |
get(java.lang.String literal)
Returns the 'Persistence Type' literal with the specified literal value. |
static PersistenceType |
getByName(java.lang.String name)
Returns the 'Persistence Type' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int FULL
If the meaning of 'Full' literal object isn't clear, there really should be more of a description here...
FULL_LITERAL
,
Constant Field Valuespublic static final int NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final PersistenceType FULL_LITERAL
FULL
public static final PersistenceType NONE_LITERAL
NONE
public static final java.util.List VALUES
Method Detail |
---|
public static PersistenceType get(java.lang.String literal)
public static PersistenceType getByName(java.lang.String name)
public static PersistenceType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |