Uses of Enum Class
ome.xml.model.enums.UnitsLength
Packages that use UnitsLength
-
Uses of UnitsLength in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsLengthModifier and TypeMethodDescriptionstatic UnitsLengthUnitsLength.fromString(String value) static UnitsLengthReturns the enum constant of this class with the specified name.static UnitsLength[]UnitsLength.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ome.xml.model.enums with parameters of type UnitsLengthModifier and TypeMethodDescriptionstatic <T extends PrimitiveNumber>
LengthUnitsLength.create(T newValue, UnitsLength newUnit) UnitsLength.create(T newValue, UnitsLength newUnit) -
Uses of UnitsLength in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers with parameters of type UnitsLengthModifier and TypeMethodDescriptionUnitsLengthEnumHandler.getBaseUnit(UnitsLength inModelUnit) static <T extends PrimitiveNumber>
LengthUnitsLengthEnumHandler.getQuantity(T inValue, UnitsLength inModelUnit) UnitsLengthEnumHandler.getQuantity(T inValue, UnitsLength inModelUnit)