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

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

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

A representation of the literals of the enumeration 'Act Class Contract Member1', and utility methods for working with them.

See Also:
CDAR2Package.getActClassContractMember1()

Field Summary
static int CNTRCT
          The 'CNTRCT' literal value.
static ActClassContractMember1 CNTRCT_LITERAL
          The 'CNTRCT' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Class Contract Member1' enumerators.
 
Method Summary
static ActClassContractMember1 get(int value)
          Returns the 'Act Class Contract Member1' literal with the specified integer value.
static ActClassContractMember1 get(java.lang.String literal)
          Returns the 'Act Class Contract Member1' literal with the specified literal value.
static ActClassContractMember1 getByName(java.lang.String name)
          Returns the 'Act Class Contract 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

CNTRCT

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

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

See Also:
CNTRCT_LITERAL, Constant Field Values

CNTRCT_LITERAL

public static final ActClassContractMember1 CNTRCT_LITERAL
The 'CNTRCT' literal object.

See Also:
CNTRCT

VALUES

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

Method Detail

get

public static ActClassContractMember1 get(java.lang.String literal)
Returns the 'Act Class Contract Member1' literal with the specified literal value.


getByName

public static ActClassContractMember1 getByName(java.lang.String name)
Returns the 'Act Class Contract Member1' literal with the specified name.


get

public static ActClassContractMember1 get(int value)
Returns the 'Act Class Contract Member1' literal with the specified integer value.