|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--org.omg.CosTransactions.Vote
Enum definition : Vote
| Field Summary | |
static int |
_VoteCommit
Enum member VoteCommit value |
static int |
_VoteReadOnly
Enum member VoteReadOnly value |
static int |
_VoteRollback
Enum member VoteRollback value |
static Vote |
VoteCommit
Enum member VoteCommit |
static Vote |
VoteReadOnly
Enum member VoteReadOnly |
static Vote |
VoteRollback
Enum member VoteRollback |
| Method Summary | |
static Vote |
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 _VoteCommit
public static final Vote VoteCommit
public static final int _VoteRollback
public static final Vote VoteRollback
public static final int _VoteReadOnly
public static final Vote VoteReadOnly
| Method Detail |
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
public int value()
public static Vote from_int(int value)
an - enum valuepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||