| Package | Description |
|---|---|
| inix.dto | |
| inix.model |
| Modifier and Type | Field and Description |
|---|---|
private VoteType |
VoteDto.voteType |
| Modifier and Type | Field and Description |
|---|---|
private VoteType |
Vote.voteType |
| Modifier and Type | Method and Description |
|---|---|
static VoteType |
VoteType.lookup(java.lang.Integer direction) |
static VoteType |
VoteType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoteType[] |
VoteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|