org.omg.GIOP
Class MsgType_1_0

java.lang.Object
  extended by org.omg.GIOP.MsgType_1_0
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL enum "MsgType_1_0".

Version:
generated at Jan 1, 2011 11:42:54 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _CancelRequest
           
static int _CloseConnection
           
static int _LocateReply
           
static int _LocateRequest
           
static int _MessageError
           
static int _Reply
           
static int _Request
           
static MsgType_1_0 CancelRequest
           
static MsgType_1_0 CloseConnection
           
static MsgType_1_0 LocateReply
           
static MsgType_1_0 LocateRequest
           
static MsgType_1_0 MessageError
           
static MsgType_1_0 Reply
           
static MsgType_1_0 Request
           
 
Constructor Summary
protected MsgType_1_0(int i)
           
 
Method Summary
static MsgType_1_0 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

_Request

public static final int _Request
See Also:
Constant Field Values

Request

public static final MsgType_1_0 Request

_Reply

public static final int _Reply
See Also:
Constant Field Values

Reply

public static final MsgType_1_0 Reply

_CancelRequest

public static final int _CancelRequest
See Also:
Constant Field Values

CancelRequest

public static final MsgType_1_0 CancelRequest

_LocateRequest

public static final int _LocateRequest
See Also:
Constant Field Values

LocateRequest

public static final MsgType_1_0 LocateRequest

_LocateReply

public static final int _LocateReply
See Also:
Constant Field Values

LocateReply

public static final MsgType_1_0 LocateReply

_CloseConnection

public static final int _CloseConnection
See Also:
Constant Field Values

CloseConnection

public static final MsgType_1_0 CloseConnection

_MessageError

public static final int _MessageError
See Also:
Constant Field Values

MessageError

public static final MsgType_1_0 MessageError
Constructor Detail

MsgType_1_0

protected MsgType_1_0(int i)
Method Detail

value

public int value()

from_int

public static MsgType_1_0 from_int(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object