Uses of Enum Class
ome.xml.model.enums.UnitsFrequency
Packages that use UnitsFrequency
-
Uses of UnitsFrequency in ome.xml.model.enums
Methods in ome.xml.model.enums that return UnitsFrequencyModifier and TypeMethodDescriptionstatic UnitsFrequencyUnitsFrequency.fromString(String value) static UnitsFrequencyReturns the enum constant of this class with the specified name.static UnitsFrequency[]UnitsFrequency.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 UnitsFrequencyModifier and TypeMethodDescriptionstatic <T extends PrimitiveNumber>
FrequencyUnitsFrequency.create(T newValue, UnitsFrequency newUnit) UnitsFrequency.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 UnitsFrequencyModifier and TypeMethodDescriptionUnitsFrequencyEnumHandler.getBaseUnit(UnitsFrequency inModelUnit) static <T extends PrimitiveNumber>
FrequencyUnitsFrequencyEnumHandler.getQuantity(T inValue, UnitsFrequency inModelUnit) UnitsFrequencyEnumHandler.getQuantity(T inValue, UnitsFrequency inModelUnit)