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

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

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

A representation of the literals of the enumeration 'Person Name Use Member3', and utility methods for working with them.

See Also:
CDAR2Package.getPersonNameUseMember3()

Field Summary
static int A
          The 'A' literal value.
static PersonNameUseMember3 A_LITERAL
          The 'A' literal object.
static int ASGN
          The 'ASGN' literal value.
static PersonNameUseMember3 ASGN_LITERAL
          The 'ASGN' literal object.
static int C
          The 'C' literal value.
static PersonNameUseMember3 C_LITERAL
          The 'C' literal object.
static int I
          The 'I' literal value.
static PersonNameUseMember3 I_LITERAL
          The 'I' literal object.
static int L
          The 'L' literal value.
static PersonNameUseMember3 L_LITERAL
          The 'L' literal object.
static int R
          The 'R' literal value.
static PersonNameUseMember3 R_LITERAL
          The 'R' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Person Name Use Member3' enumerators.
 
Method Summary
static PersonNameUseMember3 get(int value)
          Returns the 'Person Name Use Member3' literal with the specified integer value.
static PersonNameUseMember3 get(java.lang.String literal)
          Returns the 'Person Name Use Member3' literal with the specified literal value.
static PersonNameUseMember3 getByName(java.lang.String name)
          Returns the 'Person Name Use Member3' 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

A

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

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

See Also:
A_LITERAL, Constant Field Values

ASGN

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

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

See Also:
ASGN_LITERAL, Constant Field Values

C

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

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

See Also:
C_LITERAL, Constant Field Values

I

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

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

See Also:
I_LITERAL, Constant Field Values

L

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

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

See Also:
L_LITERAL, Constant Field Values

R

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

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

See Also:
R_LITERAL, Constant Field Values

A_LITERAL

public static final PersonNameUseMember3 A_LITERAL
The 'A' literal object.

See Also:
A

ASGN_LITERAL

public static final PersonNameUseMember3 ASGN_LITERAL
The 'ASGN' literal object.

See Also:
ASGN

C_LITERAL

public static final PersonNameUseMember3 C_LITERAL
The 'C' literal object.

See Also:
C

I_LITERAL

public static final PersonNameUseMember3 I_LITERAL
The 'I' literal object.

See Also:
I

L_LITERAL

public static final PersonNameUseMember3 L_LITERAL
The 'L' literal object.

See Also:
L

R_LITERAL

public static final PersonNameUseMember3 R_LITERAL
The 'R' literal object.

See Also:
R

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Person Name Use Member3' enumerators.

Method Detail

get

public static PersonNameUseMember3 get(java.lang.String literal)
Returns the 'Person Name Use Member3' literal with the specified literal value.


getByName

public static PersonNameUseMember3 getByName(java.lang.String name)
Returns the 'Person Name Use Member3' literal with the specified name.


get

public static PersonNameUseMember3 get(int value)
Returns the 'Person Name Use Member3' literal with the specified integer value.