public class LabelValue extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
text |
protected short |
value |
Modifier | Constructor and Description |
---|---|
protected |
LabelValue() |
|
LabelValue(short value,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
format() |
String |
formatValue() |
static String |
formatValue(short value) |
String |
getText() |
short |
getValue() |
String |
toString() |