|
||||||||||
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.DeliveryMode
public final class DeliveryMode
A representation of the literals of the enumeration 'Delivery Mode', and utility methods for working with them. An enumerated list of JMS delivery modes, used by the extended messaging OutputPort resource factory. Valid values include Persistent and NonPersistent.
CmmPackage.getDeliveryMode()
Field Summary | |
---|---|
static int |
NON_PERSISTENT
The 'Non Persistent' literal value |
static DeliveryMode |
NON_PERSISTENT_LITERAL
The 'Non Persistent' literal object |
static int |
PERSISTENT
The 'Persistent' literal value |
static DeliveryMode |
PERSISTENT_LITERAL
The 'Persistent' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Delivery Mode' enumerators |
Method Summary | |
---|---|
static DeliveryMode |
get(int value)
Returns the 'Delivery Mode' literal with the specified integer value |
static DeliveryMode |
get(java.lang.String literal)
Returns the 'Delivery Mode' literal with the specified literal value |
static DeliveryMode |
getByName(java.lang.String name)
Returns the 'Delivery 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 PERSISTENT
If the meaning of 'Persistent' literal object isn't clear, there really should be more of a description here...
PERSISTENT_LITERAL
,
Constant Field Valuespublic static final int NON_PERSISTENT
If the meaning of 'Non Persistent' literal object isn't clear, there really should be more of a description here...
NON_PERSISTENT_LITERAL
,
Constant Field Valuespublic static final DeliveryMode PERSISTENT_LITERAL
PERSISTENT
public static final DeliveryMode NON_PERSISTENT_LITERAL
NON_PERSISTENT
public static final java.util.List VALUES
Method Detail |
---|
public static DeliveryMode get(java.lang.String literal)
public static DeliveryMode getByName(java.lang.String name)
public static DeliveryMode get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |