|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.POAManagerPackage.State
public final class State
Enum definition: State.
| Field Summary | |
|---|---|
static int |
_ACTIVE
Enum member ACTIVE value |
static int |
_DISCARDING
Enum member DISCARDING value |
static int |
_HOLDING
Enum member HOLDING value |
static int |
_INACTIVE
Enum member INACTIVE value |
static State |
ACTIVE
Enum member ACTIVE |
static State |
DISCARDING
Enum member DISCARDING |
static State |
HOLDING
Enum member HOLDING |
static State |
INACTIVE
Enum member INACTIVE |
| Method Summary | |
|---|---|
static State |
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _HOLDING
public static final State HOLDING
public static final int _ACTIVE
public static final State ACTIVE
public static final int _DISCARDING
public static final State DISCARDING
public static final int _INACTIVE
public static final State INACTIVE
| Method Detail |
|---|
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic int value()
public static State 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 | |||||||