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

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

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

A representation of the literals of the enumeration 'Act Mood Completion Track Member1', and utility methods for working with them.

See Also:
CDAR2Package.getActMoodCompletionTrackMember1()

Field Summary
static int DEF
          The 'DEF' literal value.
static ActMoodCompletionTrackMember1 DEF_LITERAL
          The 'DEF' literal object.
static int EVN
          The 'EVN' literal value.
static ActMoodCompletionTrackMember1 EVN_LITERAL
          The 'EVN' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Mood Completion Track Member1' enumerators.
 
Method Summary
static ActMoodCompletionTrackMember1 get(int value)
          Returns the 'Act Mood Completion Track Member1' literal with the specified integer value.
static ActMoodCompletionTrackMember1 get(java.lang.String literal)
          Returns the 'Act Mood Completion Track Member1' literal with the specified literal value.
static ActMoodCompletionTrackMember1 getByName(java.lang.String name)
          Returns the 'Act Mood Completion Track Member1' 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

DEF

public static final int DEF
The 'DEF' literal value.

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

See Also:
DEF_LITERAL, Constant Field Values

EVN

public static final int EVN
The 'EVN' literal value.

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

See Also:
EVN_LITERAL, Constant Field Values

DEF_LITERAL

public static final ActMoodCompletionTrackMember1 DEF_LITERAL
The 'DEF' literal object.

See Also:
DEF

EVN_LITERAL

public static final ActMoodCompletionTrackMember1 EVN_LITERAL
The 'EVN' literal object.

See Also:
EVN

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Act Mood Completion Track Member1' enumerators.

Method Detail

get

public static ActMoodCompletionTrackMember1 get(java.lang.String literal)
Returns the 'Act Mood Completion Track Member1' literal with the specified literal value.


getByName

public static ActMoodCompletionTrackMember1 getByName(java.lang.String name)
Returns the 'Act Mood Completion Track Member1' literal with the specified name.


get

public static ActMoodCompletionTrackMember1 get(int value)
Returns the 'Act Mood Completion Track Member1' literal with the specified integer value.