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

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

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

A representation of the literals of the enumeration 'XParticipation Ent Vrf', and utility methods for working with them. abstDomain: V19600 (C-0-D10901-V19600-cpt)

See Also:
CDAR2Package.getXParticipationEntVrf()

Field Summary
static int ENT
          The 'ENT' literal value.
static XParticipationEntVrf ENT_LITERAL
          The 'ENT' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XParticipation Ent Vrf' enumerators.
static int VRF
          The 'VRF' literal value.
static XParticipationEntVrf VRF_LITERAL
          The 'VRF' literal object.
 
Method Summary
static XParticipationEntVrf get(int value)
          Returns the 'XParticipation Ent Vrf' literal with the specified integer value.
static XParticipationEntVrf get(java.lang.String literal)
          Returns the 'XParticipation Ent Vrf' literal with the specified literal value.
static XParticipationEntVrf getByName(java.lang.String name)
          Returns the 'XParticipation Ent Vrf' 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

VRF

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

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

See Also:
VRF_LITERAL, Constant Field Values

ENT

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

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

See Also:
ENT_LITERAL, Constant Field Values

VRF_LITERAL

public static final XParticipationEntVrf VRF_LITERAL
The 'VRF' literal object.

See Also:
VRF

ENT_LITERAL

public static final XParticipationEntVrf ENT_LITERAL
The 'ENT' literal object.

See Also:
ENT

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XParticipation Ent Vrf' enumerators.

Method Detail

get

public static XParticipationEntVrf get(java.lang.String literal)
Returns the 'XParticipation Ent Vrf' literal with the specified literal value.


getByName

public static XParticipationEntVrf getByName(java.lang.String name)
Returns the 'XParticipation Ent Vrf' literal with the specified name.


get

public static XParticipationEntVrf get(int value)
Returns the 'XParticipation Ent Vrf' literal with the specified integer value.