com.ibm.websphere.sibx.smobo
Class PersistenceType

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended bycom.ibm.websphere.sibx.smobo.PersistenceType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class PersistenceType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values

NON_PERSISTENT

public static final int NON_PERSISTENT
The 'Non Persistent' literal value.

See Also:
NON_PERSISTENT_LITERAL, Constant Field Values

PERSISTENT

public static final int PERSISTENT
The 'Persistent' literal value.

See Also:
PERSISTENT_LITERAL, Constant Field Values

NON_PERSISTENT_LITERAL

public static final PersistenceType NON_PERSISTENT_LITERAL
The 'Non Persistent' literal object.

If the meaning of 'Non Persistent' literal object isn't clear, there really should be more of a description here...

See Also:
NON_PERSISTENT

PERSISTENT_LITERAL

public static final PersistenceType PERSISTENT_LITERAL
The 'Persistent' literal object.

If the meaning of 'Persistent' literal object isn't clear, there really should be more of a description here...

See Also:
PERSISTENT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Persistence Type' enumerators.

Method Detail

get

public static PersistenceType get(java.lang.String name)
Returns the 'Persistence Type' literal with the specified name.


get

public static PersistenceType get(int value)
Returns the 'Persistence Type' literal with the specified value.