Package com.google.gerrit.entities
Class LabelValue
- java.lang.Object
-
- com.google.gerrit.entities.LabelValue
-
public abstract class LabelValue extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelValue()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LabelValue
create(short value, String text)
String
format()
String
formatValue()
static String
formatValue(short value)
abstract String
getText()
abstract short
getValue()
String
toString()
-