public enum IfcSIUnitName extends Enum<IfcSIUnitName>
Enum Constant and Description |
---|
AMPERE |
BECQUEREL |
CANDELA |
COULOMB |
CUBIC_METRE |
DEGREE_CELSIUS |
FARAD |
GRAM |
GRAY |
HENRY |
HERTZ |
JOULE |
KELVIN |
LUMEN |
LUX |
METRE |
MOLE |
NEWTON |
OHM |
PASCAL |
RADIAN |
SECOND |
SIEMENS |
SIEVERT |
SQUARE_METRE |
STERADIAN |
TESLA |
VOLT |
WATT |
WEBER |
Modifier and Type | Method and Description |
---|---|
static IfcSIUnitName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSIUnitName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSIUnitName AMPERE
public static final IfcSIUnitName BECQUEREL
public static final IfcSIUnitName CANDELA
public static final IfcSIUnitName COULOMB
public static final IfcSIUnitName CUBIC_METRE
public static final IfcSIUnitName DEGREE_CELSIUS
public static final IfcSIUnitName FARAD
public static final IfcSIUnitName GRAM
public static final IfcSIUnitName GRAY
public static final IfcSIUnitName HENRY
public static final IfcSIUnitName HERTZ
public static final IfcSIUnitName JOULE
public static final IfcSIUnitName KELVIN
public static final IfcSIUnitName LUMEN
public static final IfcSIUnitName LUX
public static final IfcSIUnitName METRE
public static final IfcSIUnitName MOLE
public static final IfcSIUnitName NEWTON
public static final IfcSIUnitName OHM
public static final IfcSIUnitName PASCAL
public static final IfcSIUnitName RADIAN
public static final IfcSIUnitName SECOND
public static final IfcSIUnitName SIEMENS
public static final IfcSIUnitName SIEVERT
public static final IfcSIUnitName SQUARE_METRE
public static final IfcSIUnitName STERADIAN
public static final IfcSIUnitName TESLA
public static final IfcSIUnitName VOLT
public static final IfcSIUnitName WATT
public static final IfcSIUnitName WEBER
public static IfcSIUnitName[] values()
for (IfcSIUnitName c : IfcSIUnitName.values()) System.out.println(c);
public static IfcSIUnitName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null