org.omg.GIOP

Class MsgType_1_0

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "MsgType_1_0"

Author:
JacORB IDL compiler

Field Summary

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
static int
_CancelRequest
static int
_CloseConnection
static int
_LocateReply
static int
_LocateRequest
static int
_MessageError
static int
_Reply
static int
_Request

Constructor Summary

MsgType_1_0(int i)

Method Summary

static MsgType_1_0
from_int(int value)
int
value()

Field Details

CancelRequest

public static final MsgType_1_0 CancelRequest


CloseConnection

public static final MsgType_1_0 CloseConnection


LocateReply

public static final MsgType_1_0 LocateReply


LocateRequest

public static final MsgType_1_0 LocateRequest


MessageError

public static final MsgType_1_0 MessageError


Reply

public static final MsgType_1_0 Reply


Request

public static final MsgType_1_0 Request


_CancelRequest

public static final int _CancelRequest

Field Value:
2


_CloseConnection

public static final int _CloseConnection

Field Value:
5


_LocateReply

public static final int _LocateReply

Field Value:
4


_LocateRequest

public static final int _LocateRequest

Field Value:
3


_MessageError

public static final int _MessageError

Field Value:
6


_Reply

public static final int _Reply

Field Value:
1


_Request

public static final int _Request

Field Value:
0

Constructor Details

MsgType_1_0

protected MsgType_1_0(int i)

Method Details

from_int

public static MsgType_1_0 from_int(int value)


value

public int value()