public final class Vote extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_VoteCommit |
static int |
_VoteReadOnly |
static int |
_VoteRollback |
static Vote |
VoteCommit |
static Vote |
VoteReadOnly |
static Vote |
VoteRollback |
| Modifier | Constructor and Description |
|---|---|
protected |
Vote(int i) |
| Modifier and Type | Method and Description |
|---|---|
static Vote |
from_int(int value) |
java.lang.String |
toString() |
int |
value() |
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
public int value()
public static Vote from_int(int value)
public java.lang.String toString()
toString in class java.lang.Object