Class MagicLabelVote
java.lang.Object
com.google.gerrit.server.query.change.MagicLabelVote
An entity representing a special label vote that's not numeric, e.g. MAX, MIN, etc...
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MagicLabelVote
create
(String label, MagicLabelValue value) abstract String
label()
static MagicLabelVote
parseWithEquals
(String text) abstract MagicLabelValue
value()
-
Constructor Details
-
MagicLabelVote
public MagicLabelVote()
-
-
Method Details
-
parseWithEquals
-
create
-
label
-
value
-
formatLabel
-