public final class Vote extends 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) |
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
Copyright © 2014 JBoss by Red Hat. All rights reserved.