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

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

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

A representation of the literals of the enumeration 'XRole Class Coverage Invoice', and utility methods for working with them. abstDomain: V14013 (C-0-D11555-V13940-V14013-cpt)

See Also:
CDAR2Package.getXRoleClassCoverageInvoice()

Field Summary
static int PAYEE
          The 'PAYEE' literal value.
static XRoleClassCoverageInvoice PAYEE_LITERAL
          The 'PAYEE' literal object.
static int PAYOR
          The 'PAYOR' literal value.
static XRoleClassCoverageInvoice PAYOR_LITERAL
          The 'PAYOR' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XRole Class Coverage Invoice' enumerators.
 
Method Summary
static XRoleClassCoverageInvoice get(int value)
          Returns the 'XRole Class Coverage Invoice' literal with the specified integer value.
static XRoleClassCoverageInvoice get(java.lang.String literal)
          Returns the 'XRole Class Coverage Invoice' literal with the specified literal value.
static XRoleClassCoverageInvoice getByName(java.lang.String name)
          Returns the 'XRole Class Coverage Invoice' 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

PAYEE

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

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

See Also:
PAYEE_LITERAL, Constant Field Values

PAYOR

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

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

See Also:
PAYOR_LITERAL, Constant Field Values

PAYEE_LITERAL

public static final XRoleClassCoverageInvoice PAYEE_LITERAL
The 'PAYEE' literal object.

See Also:
PAYEE

PAYOR_LITERAL

public static final XRoleClassCoverageInvoice PAYOR_LITERAL
The 'PAYOR' literal object.

See Also:
PAYOR

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XRole Class Coverage Invoice' enumerators.

Method Detail

get

public static XRoleClassCoverageInvoice get(java.lang.String literal)
Returns the 'XRole Class Coverage Invoice' literal with the specified literal value.


getByName

public static XRoleClassCoverageInvoice getByName(java.lang.String name)
Returns the 'XRole Class Coverage Invoice' literal with the specified name.


get

public static XRoleClassCoverageInvoice get(int value)
Returns the 'XRole Class Coverage Invoice' literal with the specified integer value.