org.omg.CosTrading.LookupPackage
Class HowManyProps

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

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

Generated from IDL definition of enum "HowManyProps"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _all
           
static int _none
           
static int _some
           
static HowManyProps all
           
static HowManyProps none
           
static HowManyProps some
           
 
Constructor Summary
protected HowManyProps(int i)
           
 
Method Summary
static HowManyProps 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

_none

public static final int _none
See Also:
Constant Field Values

none

public static final HowManyProps none

_some

public static final int _some
See Also:
Constant Field Values

some

public static final HowManyProps some

_all

public static final int _all
See Also:
Constant Field Values

all

public static final HowManyProps all
Constructor Detail

HowManyProps

protected HowManyProps(int i)
Method Detail

value

public int value()

from_int

public static HowManyProps from_int(int value)

toString

public java.lang.String toString()