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

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

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

A representation of the literals of the enumeration 'XDeterminer Instance Kind', and utility methods for working with them. abstDomain: V19647 (C-0-D10878-V19647-cpt)

See Also:
CDAR2Package.getXDeterminerInstanceKind()

Field Summary
static int INSTANCE
          The 'INSTANCE' literal value.
static XDeterminerInstanceKind INSTANCE_LITERAL
          The 'INSTANCE' literal object.
static int KIND
          The 'KIND' literal value.
static XDeterminerInstanceKind KIND_LITERAL
          The 'KIND' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XDeterminer Instance Kind' enumerators.
 
Method Summary
static XDeterminerInstanceKind get(int value)
          Returns the 'XDeterminer Instance Kind' literal with the specified integer value.
static XDeterminerInstanceKind get(java.lang.String literal)
          Returns the 'XDeterminer Instance Kind' literal with the specified literal value.
static XDeterminerInstanceKind getByName(java.lang.String name)
          Returns the 'XDeterminer Instance Kind' 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

KIND

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

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

See Also:
KIND_LITERAL, Constant Field Values

INSTANCE

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

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

See Also:
INSTANCE_LITERAL, Constant Field Values

KIND_LITERAL

public static final XDeterminerInstanceKind KIND_LITERAL
The 'KIND' literal object.

See Also:
KIND

INSTANCE_LITERAL

public static final XDeterminerInstanceKind INSTANCE_LITERAL
The 'INSTANCE' literal object.

See Also:
INSTANCE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XDeterminer Instance Kind' enumerators.

Method Detail

get

public static XDeterminerInstanceKind get(java.lang.String literal)
Returns the 'XDeterminer Instance Kind' literal with the specified literal value.


getByName

public static XDeterminerInstanceKind getByName(java.lang.String name)
Returns the 'XDeterminer Instance Kind' literal with the specified name.


get

public static XDeterminerInstanceKind get(int value)
Returns the 'XDeterminer Instance Kind' literal with the specified integer value.