public final class MessageType extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_JMS_MESSAGE |
static int |
_SEQUENCE_EVENT |
static int |
_STRUCTURED_EVENT |
static MessageType |
JMS_MESSAGE |
static MessageType |
SEQUENCE_EVENT |
static MessageType |
STRUCTURED_EVENT |
Modifier | Constructor and Description |
---|---|
protected |
MessageType(int i) |
Modifier and Type | Method and Description |
---|---|
static MessageType |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _JMS_MESSAGE
public static final MessageType JMS_MESSAGE
public static final int _STRUCTURED_EVENT
public static final MessageType STRUCTURED_EVENT
public static final int _SEQUENCE_EVENT
public static final MessageType SEQUENCE_EVENT
public int value()
public static MessageType from_int(int value)
Copyright © 2017 JacORB. All rights reserved.