Uses of Class
ome.xml.model.enums.UnitsTime
-
Packages that use UnitsTime Package Description ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of UnitsTime in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsTime Modifier and Type Method Description static UnitsTime
UnitsTime. fromString(String value)
static UnitsTime
UnitsTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnitsTime[]
UnitsTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ome.xml.model.enums with parameters of type UnitsTime Modifier and Type Method Description static <T extends PrimitiveNumber>
TimeUnitsTime. create(T newValue, UnitsTime newUnit)
static <T extends Number>
TimeUnitsTime. create(T newValue, UnitsTime newUnit)
-
Uses of UnitsTime in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers with parameters of type UnitsTime Modifier and Type Method Description static Unit<Time>
UnitsTimeEnumHandler. getBaseUnit(UnitsTime inModelUnit)
static <T extends PrimitiveNumber>
TimeUnitsTimeEnumHandler. getQuantity(T inValue, UnitsTime inModelUnit)
static <T extends Number>
TimeUnitsTimeEnumHandler. getQuantity(T inValue, UnitsTime inModelUnit)
-