public abstract class LabelVote extends Object
Constructor and Description |
---|
LabelVote() |
Modifier and Type | Method and Description |
---|---|
static LabelVote |
create(com.google.gerrit.reviewdb.client.PatchSetApproval psa) |
static LabelVote |
create(String label,
short value) |
String |
format() |
String |
formatWithEquals() |
abstract String |
label() |
static LabelVote |
parse(String text) |
static LabelVote |
parseWithEquals(String text) |
String |
toString() |
abstract short |
value() |