org.eodisp.hla.crc.omt
Class SharingEnum

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eodisp.hla.crc.omt.SharingEnum
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Sharing Enum', and utility methods for working with them.

See Also:
OmtPackage.getSharingEnum()
generated
model

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
generated

PUBLISH

public static final int PUBLISH
The 'Publish' literal value.

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

See Also:
PUBLISH_LITERAL, Constant Field Values
generated
model
name="Publish"
ordered

SUBSCRIBE

public static final int SUBSCRIBE
The 'Subscribe' literal value.

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

See Also:
SUBSCRIBE_LITERAL, Constant Field Values
generated
model
name="Subscribe"
ordered

PUBLISH_SUBSCRIBE

public static final int PUBLISH_SUBSCRIBE
The 'Publish Subscribe' literal value.

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

See Also:
PUBLISH_SUBSCRIBE_LITERAL, Constant Field Values
generated
model
name="PublishSubscribe"
ordered

NEITHER

public static final int NEITHER
The 'Neither' literal value.

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

See Also:
NEITHER_LITERAL, Constant Field Values
generated
model
name="Neither"
ordered

PUBLISH_LITERAL

public static final SharingEnum PUBLISH_LITERAL
The 'Publish' literal object.

See Also:
PUBLISH
generated
ordered

SUBSCRIBE_LITERAL

public static final SharingEnum SUBSCRIBE_LITERAL
The 'Subscribe' literal object.

See Also:
SUBSCRIBE
generated
ordered

PUBLISH_SUBSCRIBE_LITERAL

public static final SharingEnum PUBLISH_SUBSCRIBE_LITERAL
The 'Publish Subscribe' literal object.

See Also:
PUBLISH_SUBSCRIBE
generated
ordered

NEITHER_LITERAL

public static final SharingEnum NEITHER_LITERAL
The 'Neither' literal object.

See Also:
NEITHER
generated
ordered

VALUES

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

generated
Method Detail

get

public static SharingEnum get(java.lang.String literal)
Returns the 'Sharing Enum' literal with the specified literal value.

generated

getByName

public static SharingEnum getByName(java.lang.String name)
Returns the 'Sharing Enum' literal with the specified name.

generated

get

public static SharingEnum get(int value)
Returns the 'Sharing Enum' literal with the specified integer value.

generated