|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.cdar2.SetOperator
public final class SetOperator
A representation of the literals of the enumeration 'Set Operator', and utility methods for working with them. vocSet: D17416 (C-0-D17416-cpt)
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 |
|---|
public static final int A
If the meaning of 'A' literal object isn't clear, there really should be more of a description here...
A_LITERAL,
Constant Field Valuespublic static final int E
If the meaning of 'E' literal object isn't clear, there really should be more of a description here...
E_LITERAL,
Constant Field Valuespublic static final int H
If the meaning of 'H' literal object isn't clear, there really should be more of a description here...
H_LITERAL,
Constant Field Valuespublic static final int I
If the meaning of 'I' literal object isn't clear, there really should be more of a description here...
I_LITERAL,
Constant Field Valuespublic static final int P
If the meaning of 'P' literal object isn't clear, there really should be more of a description here...
P_LITERAL,
Constant Field Valuespublic static final SetOperator A_LITERAL
Apublic static final SetOperator E_LITERAL
Epublic static final SetOperator H_LITERAL
Hpublic static final SetOperator I_LITERAL
Ipublic static final SetOperator P_LITERAL
Ppublic static final java.util.List VALUES
| Method Detail |
|---|
public static SetOperator get(java.lang.String literal)
public static SetOperator getByName(java.lang.String name)
public static SetOperator get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||