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

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

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

A representation of the literals of the enumeration 'Postal Address Use Member2', and utility methods for working with them.

See Also:
CDAR2Package.getPostalAddressUseMember2()

Field Summary
static int PHYS
          The 'PHYS' literal value.
static PostalAddressUseMember2 PHYS_LITERAL
          The 'PHYS' literal object.
static int PST
          The 'PST' literal value.
static PostalAddressUseMember2 PST_LITERAL
          The 'PST' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Postal Address Use Member2' enumerators.
 
Method Summary
static PostalAddressUseMember2 get(int value)
          Returns the 'Postal Address Use Member2' literal with the specified integer value.
static PostalAddressUseMember2 get(java.lang.String literal)
          Returns the 'Postal Address Use Member2' literal with the specified literal value.
static PostalAddressUseMember2 getByName(java.lang.String name)
          Returns the 'Postal Address Use Member2' 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

PHYS

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

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

See Also:
PHYS_LITERAL, Constant Field Values

PST

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

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

See Also:
PST_LITERAL, Constant Field Values

PHYS_LITERAL

public static final PostalAddressUseMember2 PHYS_LITERAL
The 'PHYS' literal object.

See Also:
PHYS

PST_LITERAL

public static final PostalAddressUseMember2 PST_LITERAL
The 'PST' literal object.

See Also:
PST

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Postal Address Use Member2' enumerators.

Method Detail

get

public static PostalAddressUseMember2 get(java.lang.String literal)
Returns the 'Postal Address Use Member2' literal with the specified literal value.


getByName

public static PostalAddressUseMember2 getByName(java.lang.String name)
Returns the 'Postal Address Use Member2' literal with the specified name.


get

public static PostalAddressUseMember2 get(int value)
Returns the 'Postal Address Use Member2' literal with the specified integer value.