|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.websphere.models.config.cmm.AcknowledgeMode
public final class AcknowledgeMode
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.
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 |
---|
public static final int AUTO_ACKNOWLEDGE
If the meaning of 'Auto Acknowledge' literal object isn't clear, there really should be more of a description here...
AUTO_ACKNOWLEDGE_LITERAL
,
Constant Field Valuespublic static final int DUPS_OK_ACKNOWLEDGE
If the meaning of 'Dups Ok Acknowledge' literal object isn't clear, there really should be more of a description here...
DUPS_OK_ACKNOWLEDGE_LITERAL
,
Constant Field Valuespublic static final AcknowledgeMode AUTO_ACKNOWLEDGE_LITERAL
AUTO_ACKNOWLEDGE
public static final AcknowledgeMode DUPS_OK_ACKNOWLEDGE_LITERAL
DUPS_OK_ACKNOWLEDGE
public static final java.util.List VALUES
Method Detail |
---|
public static AcknowledgeMode get(java.lang.String literal)
public static AcknowledgeMode getByName(java.lang.String name)
public static AcknowledgeMode get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |