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

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

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

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

See Also:
CDAR2Package.getRoleClassAgentMember1()

Field Summary
static int AGNT
          The 'AGNT' literal value.
static RoleClassAgentMember1 AGNT_LITERAL
          The 'AGNT' literal object.
static int GUARD
          The 'GUARD' literal value.
static RoleClassAgentMember1 GUARD_LITERAL
          The 'GUARD' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Role Class Agent Member1' enumerators.
 
Method Summary
static RoleClassAgentMember1 get(int value)
          Returns the 'Role Class Agent Member1' literal with the specified integer value.
static RoleClassAgentMember1 get(java.lang.String literal)
          Returns the 'Role Class Agent Member1' literal with the specified literal value.
static RoleClassAgentMember1 getByName(java.lang.String name)
          Returns the 'Role Class Agent 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

AGNT

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

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

See Also:
AGNT_LITERAL, Constant Field Values

GUARD

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

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

See Also:
GUARD_LITERAL, Constant Field Values

AGNT_LITERAL

public static final RoleClassAgentMember1 AGNT_LITERAL
The 'AGNT' literal object.

See Also:
AGNT

GUARD_LITERAL

public static final RoleClassAgentMember1 GUARD_LITERAL
The 'GUARD' literal object.

See Also:
GUARD

VALUES

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

Method Detail

get

public static RoleClassAgentMember1 get(java.lang.String literal)
Returns the 'Role Class Agent Member1' literal with the specified literal value.


getByName

public static RoleClassAgentMember1 getByName(java.lang.String name)
Returns the 'Role Class Agent Member1' literal with the specified name.


get

public static RoleClassAgentMember1 get(int value)
Returns the 'Role Class Agent Member1' literal with the specified integer value.