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

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

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

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

See Also:
CDAR2Package.getContextControlPropagating()

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

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

OP

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

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

See Also:
OP_LITERAL, Constant Field Values

AP_LITERAL

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

See Also:
AP

OP_LITERAL

public static final ContextControlPropagating OP_LITERAL
The 'OP' literal object.

See Also:
OP

VALUES

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

Method Detail

get

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


getByName

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


get

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