org.omg.CosTrading.LookupPackage
Class HowManyProps

java.lang.Object
  extended by org.omg.CosTrading.LookupPackage.HowManyProps
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Enum definition: HowManyProps.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
static int _all
          Enum member all value
static int _none
          Enum member none value
static int _some
          Enum member some value
static HowManyProps all
          Enum member all
static HowManyProps none
          Enum member none
static HowManyProps some
          Enum member some
 
Method Summary
static HowManyProps from_int(int value)
          Return a enum member from its value.
 java.lang.Object readResolve()
          Maintains singleton property for serialized enums.
 java.lang.String toString()
          Return a string representation
 int value()
          Return the internal member value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_none

public static final int _none
Enum member none value

See Also:
Constant Field Values

none

public static final HowManyProps none
Enum member none


_some

public static final int _some
Enum member some value

See Also:
Constant Field Values

some

public static final HowManyProps some
Enum member some


_all

public static final int _all
Enum member all value

See Also:
Constant Field Values

all

public static final HowManyProps all
Enum member all

Method Detail

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Maintains singleton property for serialized enums. Issue 4271: IDL/Java issue, Mapping for IDL enum.

Throws:
java.io.ObjectStreamException

value

public int value()
Return the internal member value

Returns:
the member value

from_int

public static HowManyProps from_int(int value)
Return a enum member from its value.

Parameters:
value - An enum value
Returns:
An enum member

toString

public java.lang.String toString()
Return a string representation

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the enumeration