Package ome.xml.model.enums
Enum Class UnitsFrequency
- All Implemented Interfaces:
Serializable,Comparable<UnitsFrequency>,Constable,Enumeration
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionattohertz unit.centihertz unit.decahertz unit.decihertz unit.exahertz unit.femtohertz unit.gigahertz unit.hectohertz unit.hertz unit.kilohertz unit.megahertz unit.microhertz unit.millihertz unit.nanohertz unit.petahertz unit.picohertz unit.terahertz unit.yoctohertz unit.yottahertz unit.zeptohertz unit.zettahertz unit. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PrimitiveNumber>
Frequencycreate(T newValue, UnitsFrequency newUnit) static UnitsFrequencyfromString(String value) getValue()toString()static UnitsFrequencyReturns the enum constant of this class with the specified name.static UnitsFrequency[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
YOTTAHERTZ
yottahertz unit. -
ZETTAHERTZ
zettahertz unit. -
EXAHERTZ
exahertz unit. -
PETAHERTZ
petahertz unit. -
TERAHERTZ
terahertz unit. -
GIGAHERTZ
gigahertz unit. -
MEGAHERTZ
megahertz unit. -
KILOHERTZ
kilohertz unit. -
HECTOHERTZ
hectohertz unit. -
DECAHERTZ
decahertz unit. -
HERTZ
hertz unit. -
DECIHERTZ
decihertz unit. -
CENTIHERTZ
centihertz unit. -
MILLIHERTZ
millihertz unit. -
MICROHERTZ
microhertz unit. -
NANOHERTZ
nanohertz unit. -
PICOHERTZ
picohertz unit. -
FEMTOHERTZ
femtohertz unit. -
ATTOHERTZ
attohertz unit. -
ZEPTOHERTZ
zeptohertz unit. -
YOCTOHERTZ
yoctohertz unit.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
- Throws:
EnumerationException
-
getValue
-
toString
- Overrides:
toStringin classEnum<UnitsFrequency>
-
create
-
create
-