|
||||||||||
| 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.RevisedType
public final class RevisedType
A representation of the literals of the enumeration 'Revised Type', and utility methods for working with them.
CDAR2Package.getRevisedType()| Field Summary | |
|---|---|
static int |
DELETE
The 'Delete' literal value. |
static RevisedType |
DELETE_LITERAL
The 'Delete' literal object. |
static int |
INSERT
The 'Insert' literal value. |
static RevisedType |
INSERT_LITERAL
The 'Insert' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Revised Type' enumerators. |
| Method Summary | |
|---|---|
static RevisedType |
get(int value)
Returns the 'Revised Type' literal with the specified integer value. |
static RevisedType |
get(java.lang.String literal)
Returns the 'Revised Type' literal with the specified literal value. |
static RevisedType |
getByName(java.lang.String name)
Returns the 'Revised Type' 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 INSERT
If the meaning of 'Insert' literal object isn't clear, there really should be more of a description here...
INSERT_LITERAL,
Constant Field Valuespublic static final int DELETE
If the meaning of 'Delete' literal object isn't clear, there really should be more of a description here...
DELETE_LITERAL,
Constant Field Valuespublic static final RevisedType INSERT_LITERAL
INSERTpublic static final RevisedType DELETE_LITERAL
DELETEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static RevisedType get(java.lang.String literal)
public static RevisedType getByName(java.lang.String name)
public static RevisedType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||