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

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

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

A representation of the literals of the enumeration 'Set Operator', and utility methods for working with them. vocSet: D17416 (C-0-D17416-cpt)

See Also:
CDAR2Package.getSetOperator()

Field Summary
static int A
          The 'A' literal value.
static SetOperator A_LITERAL
          The 'A' literal object.
static int E
          The 'E' literal value.
static SetOperator E_LITERAL
          The 'E' literal object.
static int H
          The 'H' literal value.
static SetOperator H_LITERAL
          The 'H' literal object.
static int I
          The 'I' literal value.
static SetOperator I_LITERAL
          The 'I' literal object.
static int P
          The 'P' literal value.
static SetOperator P_LITERAL
          The 'P' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Set Operator' enumerators.
 
Method Summary
static SetOperator get(int value)
          Returns the 'Set Operator' literal with the specified integer value.
static SetOperator get(java.lang.String literal)
          Returns the 'Set Operator' literal with the specified literal value.
static SetOperator getByName(java.lang.String name)
          Returns the 'Set Operator' 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

E

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

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

See Also:
E_LITERAL, Constant Field Values

H

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

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

See Also:
H_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

P

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

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

See Also:
P_LITERAL, Constant Field Values

A_LITERAL

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

See Also:
A

E_LITERAL

public static final SetOperator E_LITERAL
The 'E' literal object.

See Also:
E

H_LITERAL

public static final SetOperator H_LITERAL
The 'H' literal object.

See Also:
H

I_LITERAL

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

See Also:
I

P_LITERAL

public static final SetOperator P_LITERAL
The 'P' literal object.

See Also:
P

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Set Operator' enumerators.

Method Detail

get

public static SetOperator get(java.lang.String literal)
Returns the 'Set Operator' literal with the specified literal value.


getByName

public static SetOperator getByName(java.lang.String name)
Returns the 'Set Operator' literal with the specified name.


get

public static SetOperator get(int value)
Returns the 'Set Operator' literal with the specified integer value.