org.omg.CosTrading
Class FollowOption

java.lang.Object
  extended by org.omg.CosTrading.FollowOption
All Implemented Interfaces:
Serializable, IDLEntity

public final class FollowOption
extends Object
implements IDLEntity

Generated from IDL enum "FollowOption".

Version:
generated at 03-Nov-2015 12:23:58
Author:
JacORB IDL compiler V 3.7
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)
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2015 JacORB. All rights reserved.