org.omg.CosBridgeAdmin
Class JMSDestinationType
java.lang.Object
org.omg.CosBridgeAdmin.JMSDestinationType
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class JMSDestinationType
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "JMSDestinationType".
- Version:
- generated at Sep 14, 2010 11:02:18 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_QUEUE
public static final int _QUEUE
- See Also:
- Constant Field Values
QUEUE
public static final JMSDestinationType QUEUE
_TOPIC
public static final int _TOPIC
- See Also:
- Constant Field Values
TOPIC
public static final JMSDestinationType TOPIC
JMSDestinationType
protected JMSDestinationType(int i)
value
public int value()
from_int
public static JMSDestinationType from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object