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

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

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

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.

See Also:
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

PERSISTENT

public static final int PERSISTENT
The 'Persistent' literal value.

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

See Also:
PERSISTENT_LITERAL, Constant Field Values

NON_PERSISTENT

public static final int NON_PERSISTENT
The 'Non Persistent' literal value.

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

See Also:
NON_PERSISTENT_LITERAL, Constant Field Values

PERSISTENT_LITERAL

public static final DeliveryMode PERSISTENT_LITERAL
The 'Persistent' literal object.

See Also:
PERSISTENT

NON_PERSISTENT_LITERAL

public static final DeliveryMode NON_PERSISTENT_LITERAL
The 'Non Persistent' literal object.

See Also:
NON_PERSISTENT

VALUES

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

Method Detail

get

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


getByName

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


get

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