Package com.google.gerrit.common.data
Class LabelValue
- java.lang.Object
-
- com.google.gerrit.common.data.LabelValue
-
public class LabelValue extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LabelValue()
LabelValue(short value, String text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
format()
String
formatValue()
static String
formatValue(short value)
String
getText()
short
getValue()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
value
protected short value
-
text
protected String text
-
-
Constructor Detail
-
LabelValue
public LabelValue(short value, String text)
-
LabelValue
protected LabelValue()
-
-