org.omg.CosBridgeAdmin
Class MessageType
java.lang.Object
org.omg.CosBridgeAdmin.MessageType
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class MessageType
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "MessageType".
- Version:
- generated at Jan 1, 2011 11:43:04 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 |
_JMS_MESSAGE
public static final int _JMS_MESSAGE
- See Also:
- Constant Field Values
JMS_MESSAGE
public static final MessageType JMS_MESSAGE
_STRUCTURED_EVENT
public static final int _STRUCTURED_EVENT
- See Also:
- Constant Field Values
STRUCTURED_EVENT
public static final MessageType STRUCTURED_EVENT
_SEQUENCE_EVENT
public static final int _SEQUENCE_EVENT
- See Also:
- Constant Field Values
SEQUENCE_EVENT
public static final MessageType SEQUENCE_EVENT
MessageType
protected MessageType(int i)
value
public int value()
from_int
public static MessageType from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object