org.eclipse.jst.j2ee.ejb
Class AcknowledgeMode

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.ejb.AcknowledgeMode
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

Since:
1.0
See Also:
Serialized Form

Field Summary
static int AUTO_ACKNOWLEDGE
           
static AcknowledgeMode AUTO_ACKNOWLEDGE_LITERAL
          The 'Auto Acknowledge' literal object
static int DUPS_OK_ACKNOWLEDGE
           
static AcknowledgeMode DUPS_OK_ACKNOWLEDGE_LITERAL
          The 'Dups Ok Acknowledge' literal object
static java.util.List VALUES
          A public read-only list of all the 'Acknowledge Mode' enumerators
 
Method Summary
static AcknowledgeMode get(int value)
          Returns the 'Acknowledge Mode' literal with the specified integer value
static AcknowledgeMode get(java.lang.String literal)
          Returns the 'Acknowledge Mode' literal with the specified literal value
static AcknowledgeMode getByName(java.lang.String name)
          Returns the 'Acknowledge Mode' 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

AUTO_ACKNOWLEDGE

public static final int AUTO_ACKNOWLEDGE
See Also:
Constant Field Values

DUPS_OK_ACKNOWLEDGE

public static final int DUPS_OK_ACKNOWLEDGE
See Also:
Constant Field Values

AUTO_ACKNOWLEDGE_LITERAL

public static final AcknowledgeMode AUTO_ACKNOWLEDGE_LITERAL
The 'Auto Acknowledge' literal object.

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

See Also:
AUTO_ACKNOWLEDGE

DUPS_OK_ACKNOWLEDGE_LITERAL

public static final AcknowledgeMode DUPS_OK_ACKNOWLEDGE_LITERAL
The 'Dups Ok Acknowledge' literal object.

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

See Also:
TODO: generate correctly

VALUES

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

Method Detail

get

public static AcknowledgeMode get(java.lang.String literal)
Returns the 'Acknowledge Mode' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static AcknowledgeMode getByName(java.lang.String name)
Returns the 'Acknowledge Mode' literal with the specified name.


get

public static AcknowledgeMode get(int value)
Returns the 'Acknowledge Mode' literal with the specified integer value.