org.omg.FT
Class RecordType

java.lang.Object
  |
  +--org.omg.FT.RecordType
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class RecordType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
static int _call_as
           
static int _call_par
           
static int _checkpoint
           
private  int _RecordType_value
           
static int _reply
           
static int _request
           
static int _request_reply
           
static int _update
           
static RecordType call_as
           
static RecordType call_par
           
static RecordType checkpoint
           
static RecordType reply
           
static RecordType request
           
static RecordType request_reply
           
static RecordType update
           
 
Constructor Summary
private RecordType(int value)
           
 
Method Summary
static RecordType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

_RecordType_value

private int _RecordType_value

_checkpoint

public static final int _checkpoint

checkpoint

public static final RecordType checkpoint

_update

public static final int _update

update

public static final RecordType update

_call_par

public static final int _call_par

call_par

public static final RecordType call_par

_call_as

public static final int _call_as

call_as

public static final RecordType call_as

_reply

public static final int _reply

reply

public static final RecordType reply

_request

public static final int _request

request

public static final RecordType request

_request_reply

public static final int _request_reply

request_reply

public static final RecordType request_reply
Constructor Detail

RecordType

private RecordType(int value)
Method Detail

value

public int value()

from_int

public static RecordType from_int(int value)