org.omg.FT
Class record_type

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

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

See Also:
Serialized Form

Field Summary
static int _call
           
static int _checkpoint
           
private  int _record_type_value
           
static int _reply
           
static int _request
           
static int _request_reply
           
static record_type call
           
static record_type checkpoint
           
static record_type reply
           
static record_type request
           
static record_type request_reply
           
 
Constructor Summary
private record_type(int value)
           
 
Method Summary
static record_type 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

_record_type_value

private int _record_type_value

_checkpoint

public static final int _checkpoint

checkpoint

public static final record_type checkpoint

_call

public static final int _call

call

public static final record_type call

_reply

public static final int _reply

reply

public static final record_type reply

_request

public static final int _request

request

public static final record_type request

_request_reply

public static final int _request_reply

request_reply

public static final record_type request_reply
Constructor Detail

record_type

private record_type(int value)
Method Detail

value

public int value()

from_int

public static record_type from_int(int value)