Uses of Class
org.jboss.as.controller.client.helpers.MeasurementUnit
-
Packages that use MeasurementUnit Package Description org.jboss.as.controller.client.helpers -
-
Uses of MeasurementUnit in org.jboss.as.controller.client.helpers
Methods in org.jboss.as.controller.client.helpers that return MeasurementUnit Modifier and Type Method Description MeasurementUnitMeasurementUnit. getBaseUnits()static MeasurementUnitMeasurementUnit. getUsingDisplayUnits(String displayUnits, MeasurementUnit.Family family)static MeasurementUnitMeasurementUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasurementUnit[]MeasurementUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.client.helpers with parameters of type MeasurementUnit Modifier and Type Method Description static DoubleMeasurementUnit. calculateOffset(MeasurementUnit first, MeasurementUnit second)booleanMeasurementUnit. isComparableTo(MeasurementUnit other)
-