Uses of Class
org.smallmind.claxon.registry.QuantityType
-
Packages that use QuantityType Package Description org.smallmind.claxon.registry -
-
Uses of QuantityType in org.smallmind.claxon.registry
Methods in org.smallmind.claxon.registry that return QuantityType Modifier and Type Method Description QuantityTypeQuantity. getType()static QuantityTypeQuantityType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuantityType[]QuantityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.smallmind.claxon.registry with parameters of type QuantityType Constructor Description Quantity(String name, double value, QuantityType type)
-