com.ibm.websphere.models.config.cmm
Class AcknowledgeMode

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.models.config.cmm.AcknowledgeMode
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Acknowledge Mode', and utility methods for working with them. An enumerated list of JMS acknowledge modes, used by the extended messaging InputPort resource factory. Valid values include AutoAcknowledge and DupsOkAcknowledge.

See Also:
CmmPackage.getAcknowledgeMode()

Field Summary
static int AUTO_ACKNOWLEDGE
          The 'Auto Acknowledge' literal value
static AcknowledgeMode AUTO_ACKNOWLEDGE_LITERAL
          The 'Auto Acknowledge' literal object
static int DUPS_OK_ACKNOWLEDGE
          The 'Dups Ok Acknowledge' literal value
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTO_ACKNOWLEDGE

public static final int AUTO_ACKNOWLEDGE
The 'Auto Acknowledge' literal value.

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

See Also:
AUTO_ACKNOWLEDGE_LITERAL, Constant Field Values

DUPS_OK_ACKNOWLEDGE

public static final int DUPS_OK_ACKNOWLEDGE
The 'Dups Ok Acknowledge' literal value.

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

See Also:
DUPS_OK_ACKNOWLEDGE_LITERAL, Constant Field Values

AUTO_ACKNOWLEDGE_LITERAL

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

See Also:
AUTO_ACKNOWLEDGE

DUPS_OK_ACKNOWLEDGE_LITERAL

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

See Also:
DUPS_OK_ACKNOWLEDGE

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.


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.