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

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

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

A representation of the literals of the enumeration 'Context Control Additive', and utility methods for working with them. abstDomain: V18934 (C-0-D16478-V18934-cpt)

See Also:
CDAR2Package.getContextControlAdditive()

Field Summary
static int AN
          The 'AN' literal value.
static ContextControlAdditive AN_LITERAL
          The 'AN' literal object.
static int AP
          The 'AP' literal value.
static ContextControlAdditive AP_LITERAL
          The 'AP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Context Control Additive' enumerators.
 
Method Summary
static ContextControlAdditive get(int value)
          Returns the 'Context Control Additive' literal with the specified integer value.
static ContextControlAdditive get(java.lang.String literal)
          Returns the 'Context Control Additive' literal with the specified literal value.
static ContextControlAdditive getByName(java.lang.String name)
          Returns the 'Context Control Additive' 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

AN

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

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

See Also:
AN_LITERAL, Constant Field Values

AP

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

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

See Also:
AP_LITERAL, Constant Field Values

AN_LITERAL

public static final ContextControlAdditive AN_LITERAL
The 'AN' literal object.

See Also:
AN

AP_LITERAL

public static final ContextControlAdditive AP_LITERAL
The 'AP' literal object.

See Also:
AP

VALUES

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

Method Detail

get

public static ContextControlAdditive get(java.lang.String literal)
Returns the 'Context Control Additive' literal with the specified literal value.


getByName

public static ContextControlAdditive getByName(java.lang.String name)
Returns the 'Context Control Additive' literal with the specified name.


get

public static ContextControlAdditive get(int value)
Returns the 'Context Control Additive' literal with the specified integer value.