org.eodisp.hla.crc.omt
Class OwnershipEnum

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

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

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

See Also:
OmtPackage.getOwnershipEnum()
generated
model

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
generated

DIVEST

public static final int DIVEST
The 'Divest' literal value.

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

See Also:
DIVEST_LITERAL, Constant Field Values
generated
model
name="Divest"
ordered

ACQUIRE

public static final int ACQUIRE
The 'Acquire' literal value.

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

See Also:
ACQUIRE_LITERAL, Constant Field Values
generated
model
name="Acquire"
ordered

DIVEST_ACQUIRE

public static final int DIVEST_ACQUIRE
The 'Divest Acquire' literal value.

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

See Also:
DIVEST_ACQUIRE_LITERAL, Constant Field Values
generated
model
name="DivestAcquire"
ordered

NO_TRANSFER

public static final int NO_TRANSFER
The 'No Transfer' literal value.

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

See Also:
NO_TRANSFER_LITERAL, Constant Field Values
generated
model
name="NoTransfer"
ordered

DIVEST_LITERAL

public static final OwnershipEnum DIVEST_LITERAL
The 'Divest' literal object.

See Also:
DIVEST
generated
ordered

ACQUIRE_LITERAL

public static final OwnershipEnum ACQUIRE_LITERAL
The 'Acquire' literal object.

See Also:
ACQUIRE
generated
ordered

DIVEST_ACQUIRE_LITERAL

public static final OwnershipEnum DIVEST_ACQUIRE_LITERAL
The 'Divest Acquire' literal object.

See Also:
DIVEST_ACQUIRE
generated
ordered

NO_TRANSFER_LITERAL

public static final OwnershipEnum NO_TRANSFER_LITERAL
The 'No Transfer' literal object.

See Also:
NO_TRANSFER
generated
ordered

VALUES

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

generated
Method Detail

get

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

generated

getByName

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

generated

get

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

generated