org.omg.CosTrading
Class FollowOption

java.lang.Object
  extended byorg.omg.CosTrading.FollowOption
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "FollowOption"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _always
           
static int _if_no_local
           
static int _local_only
           
static FollowOption always
           
static FollowOption if_no_local
           
static FollowOption local_only
           
 
Constructor Summary
protected FollowOption(int i)
           
 
Method Summary
static FollowOption from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_local_only

public static final int _local_only
See Also:
Constant Field Values

local_only

public static final FollowOption local_only

_if_no_local

public static final int _if_no_local
See Also:
Constant Field Values

if_no_local

public static final FollowOption if_no_local

_always

public static final int _always
See Also:
Constant Field Values

always

public static final FollowOption always
Constructor Detail

FollowOption

protected FollowOption(int i)
Method Detail

value

public int value()

from_int

public static FollowOption from_int(int value)

toString

public java.lang.String toString()