Package omero.model.enums
Enum UnitsElectricPotential
- java.lang.Object
-
- java.lang.Enum<UnitsElectricPotential>
-
- omero.model.enums.UnitsElectricPotential
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<UnitsElectricPotential>
public enum UnitsElectricPotential extends java.lang.Enum<UnitsElectricPotential> implements java.io.Serializable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnitsElectricPotential
__read(IceInternal.BasicStream __is)
void
__write(IceInternal.BasicStream __os)
static void
__write(IceInternal.BasicStream __os, UnitsElectricPotential __v)
int
value()
static UnitsElectricPotential
valueOf(int __v)
Returns the enum constant of this type with the specified name.static UnitsElectricPotential
valueOf(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
-
YOTTAVOLT
public static final UnitsElectricPotential YOTTAVOLT
-
ZETTAVOLT
public static final UnitsElectricPotential ZETTAVOLT
-
EXAVOLT
public static final UnitsElectricPotential EXAVOLT
-
PETAVOLT
public static final UnitsElectricPotential PETAVOLT
-
TERAVOLT
public static final UnitsElectricPotential TERAVOLT
-
GIGAVOLT
public static final UnitsElectricPotential GIGAVOLT
-
MEGAVOLT
public static final UnitsElectricPotential MEGAVOLT
-
KILOVOLT
public static final UnitsElectricPotential KILOVOLT
-
HECTOVOLT
public static final UnitsElectricPotential HECTOVOLT
-
DECAVOLT
public static final UnitsElectricPotential DECAVOLT
-
VOLT
public static final UnitsElectricPotential VOLT
-
DECIVOLT
public static final UnitsElectricPotential DECIVOLT
-
CENTIVOLT
public static final UnitsElectricPotential CENTIVOLT
-
MILLIVOLT
public static final UnitsElectricPotential MILLIVOLT
-
MICROVOLT
public static final UnitsElectricPotential MICROVOLT
-
NANOVOLT
public static final UnitsElectricPotential NANOVOLT
-
PICOVOLT
public static final UnitsElectricPotential PICOVOLT
-
FEMTOVOLT
public static final UnitsElectricPotential FEMTOVOLT
-
ATTOVOLT
public static final UnitsElectricPotential ATTOVOLT
-
ZEPTOVOLT
public static final UnitsElectricPotential ZEPTOVOLT
-
YOCTOVOLT
public static final UnitsElectricPotential YOCTOVOLT
-
-
Method Detail
-
values
public 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
-
valueOf
public 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 namejava.lang.NullPointerException
- if the argument is null
-
value
public int value()
-
valueOf
public static UnitsElectricPotential valueOf(int __v)
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:
__v
- 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 namejava.lang.NullPointerException
- if the argument is null
-
__write
public void __write(IceInternal.BasicStream __os)
-
__write
public static void __write(IceInternal.BasicStream __os, UnitsElectricPotential __v)
-
__read
public static UnitsElectricPotential __read(IceInternal.BasicStream __is)
-
-