public interface Measure
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static RatioScale |
Currency
Currency.
|
static RatioScale |
Percent
Percent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(java.lang.Object o)
Returns the string representation of a value of the measure.
|
java.lang.Number |
valueOf(java.lang.String s)
Returns a measurement value object represented by the argument string s.
|
static final RatioScale Currency
static final RatioScale Percent
java.lang.Number valueOf(java.lang.String s)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionjava.lang.String toString(java.lang.Object o)