|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosTrading.LookupPackage.HowManyProps
public final class HowManyProps
Enum definition: HowManyProps.
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 |
---|
public static final int _none
public static final HowManyProps none
public static final int _some
public static final HowManyProps some
public static final int _all
public static final HowManyProps all
Method Detail |
---|
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public int value()
public static HowManyProps from_int(int value)
value
- An enum value
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |