Uses of Class
com.ibm.websphere.sibx.smobo.PersistenceType

Uses of PersistenceType in com.ibm.websphere.sibx.smobo
 

Fields in com.ibm.websphere.sibx.smobo declared as PersistenceType
static PersistenceType PersistenceType.NON_PERSISTENT_LITERAL
          The 'Non Persistent' literal object.
static PersistenceType PersistenceType.PERSISTENT_LITERAL
          The 'Persistent' literal object.
 

Methods in com.ibm.websphere.sibx.smobo that return PersistenceType
static PersistenceType PersistenceType.get(java.lang.String name)
          Returns the 'Persistence Type' literal with the specified name.
static PersistenceType PersistenceType.get(int value)
          Returns the 'Persistence Type' literal with the specified value.
 PersistenceType JMSHeaderType.getJMSDeliveryMode()
          Returns the value of the 'JMS Delivery Mode' attribute.
 

Methods in com.ibm.websphere.sibx.smobo with parameters of type PersistenceType
 void JMSHeaderType.setJMSDeliveryMode(PersistenceType value)
          Sets the value of the 'JMS Delivery Mode' attribute.