org.omg.CosBridgeAdmin
Class JMSDestinationType

java.lang.Object
  extended byorg.omg.CosBridgeAdmin.JMSDestinationType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class JMSDestinationType
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "JMSDestinationType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _QUEUE
           
static int _TOPIC
           
static JMSDestinationType QUEUE
           
static JMSDestinationType TOPIC
           
 
Constructor Summary
protected JMSDestinationType(int i)
           
 
Method Summary
static JMSDestinationType from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

JMSDestinationType

protected JMSDestinationType(int i)
Method Detail

value

public int value()

from_int

public static JMSDestinationType from_int(int value)

toString

public java.lang.String toString()