|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.websphere.sibx.smobo.PersistenceType
A representation of the literals of the enumeration 'Persistence Type', and utility methods for working with them.
ServiceMessageObjectPackage.getPersistenceType()
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
static int |
NON_PERSISTENT
The 'Non Persistent' literal value. |
static PersistenceType |
NON_PERSISTENT_LITERAL
The 'Non Persistent' literal object. |
static int |
PERSISTENT
The 'Persistent' literal value. |
static PersistenceType |
PERSISTENT_LITERAL
The 'Persistent' 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 value. |
static PersistenceType |
get(java.lang.String name)
Returns the 'Persistence Type' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public static final int NON_PERSISTENT
If the meaning of 'Non Persistent' literal object isn't clear, there really should be more of a description here...
NON_PERSISTENT_LITERAL
,
Constant Field Valuespublic static final int PERSISTENT
If the meaning of 'Persistent' literal object isn't clear, there really should be more of a description here...
PERSISTENT_LITERAL
,
Constant Field Valuespublic static final PersistenceType NON_PERSISTENT_LITERAL
NON_PERSISTENT
public static final PersistenceType PERSISTENT_LITERAL
PERSISTENT
public static final java.util.List VALUES
Method Detail |
public static PersistenceType get(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 |