org.exolab.jmscts.core.types
Class DeliveryModeType

java.lang.Object
  |
  +--org.exolab.jmscts.core.types.DeliveryModeType
All Implemented Interfaces:
java.io.Serializable

public class DeliveryModeType
extends java.lang.Object
implements java.io.Serializable

Class DeliveryModeType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static DeliveryModeType NON_PERSISTENT
          The instance of the NON_PERSISTENT type
static int NON_PERSISTENT_TYPE
          The NON_PERSISTENT type
static DeliveryModeType PERSISTENT
          The instance of the PERSISTENT type
static int PERSISTENT_TYPE
          The PERSISTENT type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of DeliveryModeType
 int getType()
          Method getTypeReturns the type of this DeliveryModeType
 java.lang.String toString()
          Method toStringReturns the String representation of this DeliveryModeType
static DeliveryModeType valueOf(java.lang.String string)
          Method valueOfReturns a new DeliveryModeType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PERSISTENT_TYPE

public static final int PERSISTENT_TYPE
The PERSISTENT type

PERSISTENT

public static final DeliveryModeType PERSISTENT
The instance of the PERSISTENT type

NON_PERSISTENT_TYPE

public static final int NON_PERSISTENT_TYPE
The NON_PERSISTENT type

NON_PERSISTENT

public static final DeliveryModeType NON_PERSISTENT
The instance of the NON_PERSISTENT type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Method enumerateReturns an enumeration of all possible instances of DeliveryModeType

getType

public int getType()
Method getTypeReturns the type of this DeliveryModeType

toString

public java.lang.String toString()
Method toStringReturns the String representation of this DeliveryModeType
Overrides:
toString in class java.lang.Object

valueOf

public static DeliveryModeType valueOf(java.lang.String string)
Method valueOfReturns a new DeliveryModeType based on the given String value.
Parameters:
string -  


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.