Package ome.model.enums
Enum UnitsElectricPotential
- java.lang.Object
- 
- java.lang.Enum<UnitsElectricPotential>
- 
- ome.model.enums.UnitsElectricPotential
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Comparable<UnitsElectricPotential>,- UnitEnum
 
 public enum UnitsElectricPotential extends java.lang.Enum<UnitsElectricPotential> implements UnitEnum 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringsymbol
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnitsElectricPotentialbySymbol(java.lang.String symbol)java.lang.StringgetSymbol()static UnitsElectricPotentialvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnitsElectricPotential[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
YOTTAVOLTpublic static final UnitsElectricPotential YOTTAVOLT 
 - 
ZETTAVOLTpublic static final UnitsElectricPotential ZETTAVOLT 
 - 
EXAVOLTpublic static final UnitsElectricPotential EXAVOLT 
 - 
PETAVOLTpublic static final UnitsElectricPotential PETAVOLT 
 - 
TERAVOLTpublic static final UnitsElectricPotential TERAVOLT 
 - 
GIGAVOLTpublic static final UnitsElectricPotential GIGAVOLT 
 - 
MEGAVOLTpublic static final UnitsElectricPotential MEGAVOLT 
 - 
KILOVOLTpublic static final UnitsElectricPotential KILOVOLT 
 - 
HECTOVOLTpublic static final UnitsElectricPotential HECTOVOLT 
 - 
DECAVOLTpublic static final UnitsElectricPotential DECAVOLT 
 - 
VOLTpublic static final UnitsElectricPotential VOLT 
 - 
DECIVOLTpublic static final UnitsElectricPotential DECIVOLT 
 - 
CENTIVOLTpublic static final UnitsElectricPotential CENTIVOLT 
 - 
MILLIVOLTpublic static final UnitsElectricPotential MILLIVOLT 
 - 
MICROVOLTpublic static final UnitsElectricPotential MICROVOLT 
 - 
NANOVOLTpublic static final UnitsElectricPotential NANOVOLT 
 - 
PICOVOLTpublic static final UnitsElectricPotential PICOVOLT 
 - 
FEMTOVOLTpublic static final UnitsElectricPotential FEMTOVOLT 
 - 
ATTOVOLTpublic static final UnitsElectricPotential ATTOVOLT 
 - 
ZEPTOVOLTpublic static final UnitsElectricPotential ZEPTOVOLT 
 - 
YOCTOVOLTpublic static final UnitsElectricPotential YOCTOVOLT 
 
- 
 - 
Method Detail- 
valuespublic static UnitsElectricPotential[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UnitsElectricPotential c : UnitsElectricPotential.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static UnitsElectricPotential valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
- java.lang.IllegalArgumentException- if this enum type has no constant with the specified name
- java.lang.NullPointerException- if the argument is null
 
 - 
bySymbolpublic static UnitsElectricPotential bySymbol(java.lang.String symbol) 
 
- 
 
-