public final class ScaleValueItem extends Object
Modifier and Type | Method and Description |
---|---|
ScaleDataType |
getDataType()
Returns the data type of value.
|
String |
getLabel()
Returns the label of the value used on the scale.
|
double |
getValue()
Returns the value for the scale if it is or
Undefined.DOUBLE . |
Date |
getValueAsDate()
Returns the value for the scale as
FloatingData if it is or null . |
String |
getValueAsString()
Returns the value for the scale as string if it is or
Undefined.STRING . |
public ScaleDataType getDataType()
public double getValue()
Undefined.DOUBLE
.Undefined.DOUBLE
public Date getValueAsDate()
FloatingData
if it is or null
.FloatingData
if it is or null
public String getValueAsString()
Undefined.STRING
.Undefined.STRING
.public String getLabel()