uk.ac.ucl.sse.omii.bpel.model._2006._08.pdd
Class PersistenceType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by uk.ac.ucl.sse.omii.bpel.model._2006._08.pdd.PersistenceType
All Implemented Interfaces:
java.io.Serializable, 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.

See Also:
PddPackage.getPersistenceType(), Serialized Form

Field 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

FULL

public static final int FULL
The 'Full' literal value.

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

See Also:
FULL_LITERAL, Constant Field Values

NONE

public static final int NONE
The 'None' literal value.

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

See Also:
NONE_LITERAL, Constant Field Values

FULL_LITERAL

public static final PersistenceType FULL_LITERAL
The 'Full' literal object.

See Also:
FULL

NONE_LITERAL

public static final PersistenceType NONE_LITERAL
The 'None' literal object.

See Also:
NONE

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 literal)
Returns the 'Persistence Type' literal with the specified literal value.


getByName

public static PersistenceType getByName(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 integer value.