Uses of Class
org.checkerframework.checker.units.qual.Prefix
-
Packages that use Prefix Package Description org.checkerframework.checker.units.qual -
-
Uses of Prefix in org.checkerframework.checker.units.qual
Methods in org.checkerframework.checker.units.qual that return Prefix Modifier and Type Method Description Prefix
prefix()
Returns the scaling prefix.Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
Prefix
value()
static Prefix
Prefix. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Prefix[]
Prefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-