org.eclipse.jst.j2ee.ejb
Class SubscriptionDurabilityKind

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.ejb.SubscriptionDurabilityKind
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

Since:
1.0
See Also:
Serialized Form

Field Summary
static int DURABLE
           
static SubscriptionDurabilityKind DURABLE_LITERAL
          The 'Durable' literal object
static int NON_DURABLE
           
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DURABLE

public static final int DURABLE
See Also:
Constant Field Values

NON_DURABLE

public static final int NON_DURABLE
See Also:
Constant Field Values

DURABLE_LITERAL

public static final SubscriptionDurabilityKind DURABLE_LITERAL
The 'Durable' literal object.

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

See Also:
DURABLE

NON_DURABLE_LITERAL

public static final SubscriptionDurabilityKind NON_DURABLE_LITERAL
The 'Non Durable' literal object.

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

See Also:
NON_DURABLE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Subscription Durability Kind' enumerators.

Method Detail

get

public static SubscriptionDurabilityKind get(java.lang.String literal)
Returns the 'Subscription Durability Kind' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static SubscriptionDurabilityKind getByName(java.lang.String name)
Returns the 'Subscription Durability Kind' literal with the specified name.


get

public static SubscriptionDurabilityKind get(int value)
Returns the 'Subscription Durability Kind' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance