|
||||||||||
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.SubscriptionDurabilityKind
public final class SubscriptionDurabilityKind
A representation of the literals of the enumeration 'Subscription Durability Kind', and utility methods for working with them. An enumerated list of JMS subscription durability kinds, used by the extended messaging InputPort resource factory. Valid values include Persistent and NonPersistent.
CmmPackage.getSubscriptionDurabilityKind()
Field Summary | |
---|---|
static int |
DURABLE
The 'Durable' literal value |
static SubscriptionDurabilityKind |
DURABLE_LITERAL
The 'Durable' literal object |
static int |
NON_DURABLE
The 'Non Durable' literal value |
static SubscriptionDurabilityKind |
NON_DURABLE_LITERAL
The 'Non Durable' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Subscription Durability Kind' enumerators |
Method Summary | |
---|---|
static SubscriptionDurabilityKind |
get(int value)
Returns the 'Subscription Durability Kind' literal with the specified integer value |
static SubscriptionDurabilityKind |
get(java.lang.String literal)
Returns the 'Subscription Durability Kind' literal with the specified literal value |
static SubscriptionDurabilityKind |
getByName(java.lang.String name)
Returns the 'Subscription Durability Kind' 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 DURABLE
If the meaning of 'Durable' literal object isn't clear, there really should be more of a description here...
DURABLE_LITERAL
,
Constant Field Valuespublic static final int NON_DURABLE
If the meaning of 'Non Durable' literal object isn't clear, there really should be more of a description here...
NON_DURABLE_LITERAL
,
Constant Field Valuespublic static final SubscriptionDurabilityKind DURABLE_LITERAL
DURABLE
public static final SubscriptionDurabilityKind NON_DURABLE_LITERAL
NON_DURABLE
public static final java.util.List VALUES
Method Detail |
---|
public static SubscriptionDurabilityKind get(java.lang.String literal)
public static SubscriptionDurabilityKind getByName(java.lang.String name)
public static SubscriptionDurabilityKind get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |