Uses of Class
ome.xml.model.enums.UnitsFrequency
-
Packages that use UnitsFrequency Package Description ome.xml.model.enums ome.xml.model.enums.handlers -
-
Uses of UnitsFrequency in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsFrequency Modifier and Type Method Description static UnitsFrequencyUnitsFrequency. fromString(java.lang.String value)static UnitsFrequencyUnitsFrequency. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnitsFrequency[]UnitsFrequency. 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 UnitsFrequency Modifier and Type Method Description static <T extends PrimitiveNumber>
FrequencyUnitsFrequency. create(T newValue, UnitsFrequency newUnit)static <T extends java.lang.Number>
FrequencyUnitsFrequency. create(T newValue, UnitsFrequency newUnit) -
Uses of UnitsFrequency in ome.xml.model.enums.handlers
Methods in ome.xml.model.enums.handlers with parameters of type UnitsFrequency Modifier and Type Method Description static Unit<Frequency>UnitsFrequencyEnumHandler. getBaseUnit(UnitsFrequency inModelUnit)static <T extends PrimitiveNumber>
FrequencyUnitsFrequencyEnumHandler. getQuantity(T inValue, UnitsFrequency inModelUnit)static <T extends java.lang.Number>
FrequencyUnitsFrequencyEnumHandler. getQuantity(T inValue, UnitsFrequency inModelUnit)
-