Uses of Class
org.eclipse.jst.j2ee.ejb.SubscriptionDurabilityKind

Packages that use SubscriptionDurabilityKind
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of SubscriptionDurabilityKind in org.eclipse.jst.j2ee.ejb
 

Fields in org.eclipse.jst.j2ee.ejb declared as SubscriptionDurabilityKind
static SubscriptionDurabilityKind SubscriptionDurabilityKind.DURABLE_LITERAL
          The 'Durable' literal object
static SubscriptionDurabilityKind SubscriptionDurabilityKind.NON_DURABLE_LITERAL
          The 'Non Durable' literal object
 

Methods in org.eclipse.jst.j2ee.ejb that return SubscriptionDurabilityKind
 SubscriptionDurabilityKind MessageDrivenDestination.getSubscriptionDurability()
           
static SubscriptionDurabilityKind SubscriptionDurabilityKind.get(java.lang.String literal)
          Returns the 'Subscription Durability Kind' literal with the specified literal value
static SubscriptionDurabilityKind SubscriptionDurabilityKind.getByName(java.lang.String name)
          Returns the 'Subscription Durability Kind' literal with the specified name
static SubscriptionDurabilityKind SubscriptionDurabilityKind.get(int value)
          Returns the 'Subscription Durability Kind' literal with the specified integer value
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type SubscriptionDurabilityKind
 void MessageDrivenDestination.setSubscriptionDurability(SubscriptionDurabilityKind value)
          Sets the value of the 'Subscription Durability' attribute