|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitsConstants | |
|---|---|
| org.rhq.core.clientapi.util.units | |
| Uses of UnitsConstants in org.rhq.core.clientapi.util.units |
|---|
| Methods in org.rhq.core.clientapi.util.units that return UnitsConstants | |
|---|---|
UnitsConstants |
UnitNumber.getUnits()
|
protected abstract UnitsConstants |
SimpleFormatter.getUnitType()
|
protected UnitsConstants |
PercentageFormatter.getUnitType()
|
protected UnitsConstants |
NoFormatter.getUnitType()
|
static UnitsConstants |
UnitsConstants.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnitsConstants[] |
UnitsConstants.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.rhq.core.clientapi.util.units with parameters of type UnitsConstants | |
|---|---|
FormattedNumber[] |
DateFormatter.formatSame(double[] val,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale)
|
FormattedNumber[] |
TemperatureFormatter.formatSame(double[] values,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics format)
|
FormattedNumber[] |
SimpleFormatter.formatSame(double[] vals,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics specifics)
|
FormattedNumber[] |
PercentageFormatter.formatSame(double[] vals,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics specifics)
|
FormattedNumber[] |
Formatter.formatSame(double[] values,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics format)
Format a several values at once into the same format. |
FormattedNumber[] |
DurationFormatter.formatSame(double[] val,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics specifics)
|
FormattedNumber[] |
DateFormatter.formatSame(double[] val,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics specifics)
|
FormattedNumber[] |
BinaryFormatter.formatSame(double[] vals,
UnitsConstants unitType,
ScaleConstants scale,
Locale locale,
FormatSpecifics specifics)
|
| Constructors in org.rhq.core.clientapi.util.units with parameters of type UnitsConstants | |
|---|---|
UnitNumber(double value,
UnitsConstants units)
|
|
UnitNumber(double value,
UnitsConstants units,
ScaleConstants scale)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||