public final class JMSDestinationType extends java.lang.Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_QUEUE |
static int |
_TOPIC |
static JMSDestinationType |
QUEUE |
static JMSDestinationType |
TOPIC |
Modifier | Constructor and Description |
---|---|
protected |
JMSDestinationType(int i) |
Modifier and Type | Method and Description |
---|---|
static JMSDestinationType |
from_int(int value) |
java.lang.String |
toString() |
int |
value() |
public static final int _QUEUE
public static final JMSDestinationType QUEUE
public static final int _TOPIC
public static final JMSDestinationType TOPIC
public int value()
public static JMSDestinationType from_int(int value)
public java.lang.String toString()
toString
in class java.lang.Object