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

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

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

A representation of the literals of the enumeration 'Act Relationship Has Component', and utility methods for working with them. specDomain: V10318 (C-0-D10317-V10318-cpt)

See Also:
CDAR2Package.getActRelationshipHasComponent()

Field Summary
static int ARR
          The 'ARR' literal value.
static ActRelationshipHasComponent ARR_LITERAL
          The 'ARR' literal object.
static int COMP
          The 'COMP' literal value.
static ActRelationshipHasComponent COMP_LITERAL
          The 'COMP' literal object.
static int CTRLV
          The 'CTRLV' literal value.
static ActRelationshipHasComponent CTRLV_LITERAL
          The 'CTRLV' literal object.
static int DEP
          The 'DEP' literal value.
static ActRelationshipHasComponent DEP_LITERAL
          The 'DEP' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Act Relationship Has Component' enumerators.
 
Method Summary
static ActRelationshipHasComponent get(int value)
          Returns the 'Act Relationship Has Component' literal with the specified integer value.
static ActRelationshipHasComponent get(java.lang.String literal)
          Returns the 'Act Relationship Has Component' literal with the specified literal value.
static ActRelationshipHasComponent getByName(java.lang.String name)
          Returns the 'Act Relationship Has Component' 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

COMP

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

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

See Also:
COMP_LITERAL, Constant Field Values

ARR

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

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

See Also:
ARR_LITERAL, Constant Field Values

CTRLV

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

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

See Also:
CTRLV_LITERAL, Constant Field Values

DEP

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

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

See Also:
DEP_LITERAL, Constant Field Values

COMP_LITERAL

public static final ActRelationshipHasComponent COMP_LITERAL
The 'COMP' literal object.

See Also:
COMP

ARR_LITERAL

public static final ActRelationshipHasComponent ARR_LITERAL
The 'ARR' literal object.

See Also:
ARR

CTRLV_LITERAL

public static final ActRelationshipHasComponent CTRLV_LITERAL
The 'CTRLV' literal object.

See Also:
CTRLV

DEP_LITERAL

public static final ActRelationshipHasComponent DEP_LITERAL
The 'DEP' literal object.

See Also:
DEP

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Act Relationship Has Component' enumerators.

Method Detail

get

public static ActRelationshipHasComponent get(java.lang.String literal)
Returns the 'Act Relationship Has Component' literal with the specified literal value.


getByName

public static ActRelationshipHasComponent getByName(java.lang.String name)
Returns the 'Act Relationship Has Component' literal with the specified name.


get

public static ActRelationshipHasComponent get(int value)
Returns the 'Act Relationship Has Component' literal with the specified integer value.