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_CONSTANTS
Ordered enum constants.Methods in de.powerstat.validation.values that return SIPrefixesModifier and TypeMethodDescriptionstatic SIPrefixes
SIPrefixes.base()
Get base (0) prefix.static SIPrefixes
SIPrefixes.byBase
(int base) Get SIPrefixes by base.static SIPrefixes
SIPrefixes.first()
Get first (lowest) prefix.static SIPrefixes
SIPrefixes.last()
Get last (highest) prefix.SIPrefixes.next()
Get next prefix.SIPrefixes.previous()
Get previous prefix.static SIPrefixes
Returns 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.