Uses of Enum Class
de.powerstat.validation.values.SIPrefixes
Packages that use SIPrefixes
-
Uses of SIPrefixes in de.powerstat.validation.values
Fields in de.powerstat.validation.values with type parameters of type SIPrefixesModifier and TypeFieldDescriptionprivate static final NavigableSet<SIPrefixes>SIPrefixes.ORDERED_ENUM_CONSTANTSOrdered enum constants.Methods in de.powerstat.validation.values that return SIPrefixesModifier and TypeMethodDescriptionstatic SIPrefixesSIPrefixes.base()Get base (0) prefix.static SIPrefixesSIPrefixes.byBase(int base) Get SIPrefixes by base.static SIPrefixesSIPrefixes.first()Get first (lowest) prefix.static SIPrefixesSIPrefixes.last()Get last (highest) prefix.SIPrefixes.next()Get next prefix.SIPrefixes.previous()Get previous prefix.static SIPrefixesReturns the enum constant of this class with the specified name.static SIPrefixes[]SIPrefixes.values()Returns an array containing the constants of this enum class, in the order they are declared.