org.omg.GIOP

Class MsgType_1_1

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "MsgType_1_1"

Author:
JacORB IDL compiler

Field Summary

static MsgType_1_1
CancelRequest
static MsgType_1_1
CloseConnection
static MsgType_1_1
Fragment
static MsgType_1_1
LocateReply
static MsgType_1_1
LocateRequest
static MsgType_1_1
MessageError
static MsgType_1_1
Reply
static MsgType_1_1
Request
static int
_CancelRequest
static int
_CloseConnection
static int
_Fragment
static int
_LocateReply
static int
_LocateRequest
static int
_MessageError
static int
_Reply
static int
_Request

Constructor Summary

MsgType_1_1(int i)

Method Summary

static MsgType_1_1
from_int(int value)
int
value()

Field Details

CancelRequest

public static final MsgType_1_1 CancelRequest


CloseConnection

public static final MsgType_1_1 CloseConnection


Fragment

public static final MsgType_1_1 Fragment


LocateReply

public static final MsgType_1_1 LocateReply


LocateRequest

public static final MsgType_1_1 LocateRequest


MessageError

public static final MsgType_1_1 MessageError


Reply

public static final MsgType_1_1 Reply


Request

public static final MsgType_1_1 Request


_CancelRequest

public static final int _CancelRequest

Field Value:
2


_CloseConnection

public static final int _CloseConnection

Field Value:
5


_Fragment

public static final int _Fragment

Field Value:
7


_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_1

protected MsgType_1_1(int i)

Method Details

from_int

public static MsgType_1_1 from_int(int value)


value

public int value()