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

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

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

A representation of the literals of the enumeration 'Act Container Member4', and utility methods for working with them.

See Also:
CDAR2Package.getActContainerMember4()

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

FOLDER

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

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

See Also:
FOLDER_LITERAL, Constant Field Values

FOLDER_LITERAL

public static final ActContainerMember4 FOLDER_LITERAL
The 'FOLDER' literal object.

See Also:
FOLDER

VALUES

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

Method Detail

get

public static ActContainerMember4 get(java.lang.String literal)
Returns the 'Act Container Member4' literal with the specified literal value.


getByName

public static ActContainerMember4 getByName(java.lang.String name)
Returns the 'Act Container Member4' literal with the specified name.


get

public static ActContainerMember4 get(int value)
Returns the 'Act Container Member4' literal with the specified integer value.