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

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

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

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

See Also:
CDAR2Package.getContextControlNonPropagating()

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

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

ON

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

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

See Also:
ON_LITERAL, Constant Field Values

AN_LITERAL

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

See Also:
AN

ON_LITERAL

public static final ContextControlNonPropagating ON_LITERAL
The 'ON' literal object.

See Also:
ON

VALUES

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

Method Detail

get

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


getByName

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


get

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