|
|||||||||
| 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.eodisp.hla.crc.omt.OwnershipEnum
public final class OwnershipEnum
A representation of the literals of the enumeration 'Ownership Enum', and utility methods for working with them.
OmtPackage.getOwnershipEnum()| Field Summary | |
|---|---|
static int |
ACQUIRE
The 'Acquire' literal value. |
static OwnershipEnum |
ACQUIRE_LITERAL
The 'Acquire' literal object. |
static java.lang.String |
copyright
|
static int |
DIVEST
The 'Divest' literal value. |
static int |
DIVEST_ACQUIRE
The 'Divest Acquire' literal value. |
static OwnershipEnum |
DIVEST_ACQUIRE_LITERAL
The 'Divest Acquire' literal object. |
static OwnershipEnum |
DIVEST_LITERAL
The 'Divest' literal object. |
static int |
NO_TRANSFER
The 'No Transfer' literal value. |
static OwnershipEnum |
NO_TRANSFER_LITERAL
The 'No Transfer' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Ownership Enum' enumerators. |
| Method Summary | |
|---|---|
static OwnershipEnum |
get(int value)
Returns the 'Ownership Enum' literal with the specified integer value. |
static OwnershipEnum |
get(java.lang.String literal)
Returns the 'Ownership Enum' literal with the specified literal value. |
static OwnershipEnum |
getByName(java.lang.String name)
Returns the 'Ownership Enum' 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public static final int DIVEST
If the meaning of 'Divest' literal object isn't clear, there really should be more of a description here...
DIVEST_LITERAL,
Constant Field Valuespublic static final int ACQUIRE
If the meaning of 'Acquire' literal object isn't clear, there really should be more of a description here...
ACQUIRE_LITERAL,
Constant Field Valuespublic static final int DIVEST_ACQUIRE
If the meaning of 'Divest Acquire' literal object isn't clear, there really should be more of a description here...
DIVEST_ACQUIRE_LITERAL,
Constant Field Valuespublic static final int NO_TRANSFER
If the meaning of 'No Transfer' literal object isn't clear, there really should be more of a description here...
NO_TRANSFER_LITERAL,
Constant Field Valuespublic static final OwnershipEnum DIVEST_LITERAL
DIVESTpublic static final OwnershipEnum ACQUIRE_LITERAL
ACQUIREpublic static final OwnershipEnum DIVEST_ACQUIRE_LITERAL
DIVEST_ACQUIREpublic static final OwnershipEnum NO_TRANSFER_LITERAL
NO_TRANSFERpublic static final java.util.List VALUES
| Method Detail |
|---|
public static OwnershipEnum get(java.lang.String literal)
public static OwnershipEnum getByName(java.lang.String name)
public static OwnershipEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||