org.eclipse.ohf.ihe.common.cdar2
Class ListTypeType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.cdar2.ListTypeType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'List Type Type', and utility methods for working with them.

See Also:
CDAR2Package.getListTypeType()

Field Summary
static int ORDERED
          The 'Ordered' literal value.
static ListTypeType ORDERED_LITERAL
          The 'Ordered' literal object.
static int UNORDERED
          The 'Unordered' literal value.
static ListTypeType UNORDERED_LITERAL
          The 'Unordered' literal object.
static java.util.List VALUES
          A public read-only list of all the 'List Type Type' enumerators.
 
Method Summary
static ListTypeType get(int value)
          Returns the 'List Type Type' literal with the specified integer value.
static ListTypeType get(java.lang.String literal)
          Returns the 'List Type Type' literal with the specified literal value.
static ListTypeType getByName(java.lang.String name)
          Returns the 'List Type 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

ORDERED

public static final int ORDERED
The 'Ordered' literal value.

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

See Also:
ORDERED_LITERAL, Constant Field Values

UNORDERED

public static final int UNORDERED
The 'Unordered' literal value.

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

See Also:
UNORDERED_LITERAL, Constant Field Values

ORDERED_LITERAL

public static final ListTypeType ORDERED_LITERAL
The 'Ordered' literal object.

See Also:
ORDERED

UNORDERED_LITERAL

public static final ListTypeType UNORDERED_LITERAL
The 'Unordered' literal object.

See Also:
UNORDERED

VALUES

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

Method Detail

get

public static ListTypeType get(java.lang.String literal)
Returns the 'List Type Type' literal with the specified literal value.


getByName

public static ListTypeType getByName(java.lang.String name)
Returns the 'List Type Type' literal with the specified name.


get

public static ListTypeType get(int value)
Returns the 'List Type Type' literal with the specified integer value.