org.omg.CosBridgeAdmin
Class MessageType

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

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

Generated from IDL definition of enum "MessageType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _JMS_MESSAGE
           
static int _SEQUENCE_EVENT
           
static int _STRUCTURED_EVENT
           
static MessageType JMS_MESSAGE
           
static MessageType SEQUENCE_EVENT
           
static MessageType STRUCTURED_EVENT
           
 
Constructor Summary
protected MessageType(int i)
           
 
Method Summary
static MessageType 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

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

MessageType

protected MessageType(int i)
Method Detail

value

public int value()

from_int

public static MessageType from_int(int value)

toString

public java.lang.String toString()