|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.ServantRetentionPolicyValue
public final class ServantRetentionPolicyValue
Enum definition: ServantRetentionPolicyValue.
Field Summary | |
---|---|
static int |
_NON_RETAIN
Enum member NON_RETAIN value |
static int |
_RETAIN
Enum member RETAIN value |
static ServantRetentionPolicyValue |
NON_RETAIN
Enum member NON_RETAIN |
static ServantRetentionPolicyValue |
RETAIN
Enum member RETAIN |
Method Summary | |
---|---|
static ServantRetentionPolicyValue |
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 _RETAIN
public static final ServantRetentionPolicyValue RETAIN
public static final int _NON_RETAIN
public static final ServantRetentionPolicyValue NON_RETAIN
Method Detail |
---|
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public int value()
public static ServantRetentionPolicyValue 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 |