org.omg.GIOP
Class ReplyStatusType_1_0

java.lang.Object
  extended byorg.omg.GIOP.ReplyStatusType_1_0
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "ReplyStatusType_1_0"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _LOCATION_FORWARD
           
static int _NO_EXCEPTION
           
static int _SYSTEM_EXCEPTION
           
static int _USER_EXCEPTION
           
static ReplyStatusType_1_0 LOCATION_FORWARD
           
static ReplyStatusType_1_0 NO_EXCEPTION
           
static ReplyStatusType_1_0 SYSTEM_EXCEPTION
           
static ReplyStatusType_1_0 USER_EXCEPTION
           
 
Constructor Summary
protected ReplyStatusType_1_0(int i)
           
 
Method Summary
static ReplyStatusType_1_0 from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_NO_EXCEPTION

public static final int _NO_EXCEPTION
See Also:
Constant Field Values

NO_EXCEPTION

public static final ReplyStatusType_1_0 NO_EXCEPTION

_USER_EXCEPTION

public static final int _USER_EXCEPTION
See Also:
Constant Field Values

USER_EXCEPTION

public static final ReplyStatusType_1_0 USER_EXCEPTION

_SYSTEM_EXCEPTION

public static final int _SYSTEM_EXCEPTION
See Also:
Constant Field Values

SYSTEM_EXCEPTION

public static final ReplyStatusType_1_0 SYSTEM_EXCEPTION

_LOCATION_FORWARD

public static final int _LOCATION_FORWARD
See Also:
Constant Field Values

LOCATION_FORWARD

public static final ReplyStatusType_1_0 LOCATION_FORWARD
Constructor Detail

ReplyStatusType_1_0

protected ReplyStatusType_1_0(int i)
Method Detail

value

public int value()

from_int

public static ReplyStatusType_1_0 from_int(int value)