|
|||||||||
| 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.SharingEnum
public final class SharingEnum
A representation of the literals of the enumeration 'Sharing Enum', and utility methods for working with them.
OmtPackage.getSharingEnum()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
static int |
NEITHER
The 'Neither' literal value. |
static SharingEnum |
NEITHER_LITERAL
The 'Neither' literal object. |
static int |
PUBLISH
The 'Publish' literal value. |
static SharingEnum |
PUBLISH_LITERAL
The 'Publish' literal object. |
static int |
PUBLISH_SUBSCRIBE
The 'Publish Subscribe' literal value. |
static SharingEnum |
PUBLISH_SUBSCRIBE_LITERAL
The 'Publish Subscribe' literal object. |
static int |
SUBSCRIBE
The 'Subscribe' literal value. |
static SharingEnum |
SUBSCRIBE_LITERAL
The 'Subscribe' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Sharing Enum' enumerators. |
| Method Summary | |
|---|---|
static SharingEnum |
get(int value)
Returns the 'Sharing Enum' literal with the specified integer value. |
static SharingEnum |
get(java.lang.String literal)
Returns the 'Sharing Enum' literal with the specified literal value. |
static SharingEnum |
getByName(java.lang.String name)
Returns the 'Sharing 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 PUBLISH
If the meaning of 'Publish' literal object isn't clear, there really should be more of a description here...
PUBLISH_LITERAL,
Constant Field Valuespublic static final int SUBSCRIBE
If the meaning of 'Subscribe' literal object isn't clear, there really should be more of a description here...
SUBSCRIBE_LITERAL,
Constant Field Valuespublic static final int PUBLISH_SUBSCRIBE
If the meaning of 'Publish Subscribe' literal object isn't clear, there really should be more of a description here...
PUBLISH_SUBSCRIBE_LITERAL,
Constant Field Valuespublic static final int NEITHER
If the meaning of 'Neither' literal object isn't clear, there really should be more of a description here...
NEITHER_LITERAL,
Constant Field Valuespublic static final SharingEnum PUBLISH_LITERAL
PUBLISHpublic static final SharingEnum SUBSCRIBE_LITERAL
SUBSCRIBEpublic static final SharingEnum PUBLISH_SUBSCRIBE_LITERAL
PUBLISH_SUBSCRIBEpublic static final SharingEnum NEITHER_LITERAL
NEITHERpublic static final java.util.List VALUES
| Method Detail |
|---|
public static SharingEnum get(java.lang.String literal)
public static SharingEnum getByName(java.lang.String name)
public static SharingEnum get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||