|
|||||||||
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
public final class PersistenceType
A representation of the literals of the enumeration 'Persistence Type', and utility methods for working with them.
Note that these literals are only of use to the custom mediation writer and cannot be used in filter primitive expressions.
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 literal)
Returns the 'Persistence Type' literal with the specified name. |
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 |
---|
clone, equals, finalize, 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
NON_PERSISTENT_LITERAL
,
Constant Field Valuespublic static final int PERSISTENT
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 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 |