public enum IfcSIUnitName4 extends Enum<IfcSIUnitName4>
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 IfcSIUnitName4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSIUnitName4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSIUnitName4 AMPERE
public static final IfcSIUnitName4 BECQUEREL
public static final IfcSIUnitName4 CANDELA
public static final IfcSIUnitName4 COULOMB
public static final IfcSIUnitName4 CUBIC_METRE
public static final IfcSIUnitName4 DEGREE_CELSIUS
public static final IfcSIUnitName4 FARAD
public static final IfcSIUnitName4 GRAM
public static final IfcSIUnitName4 GRAY
public static final IfcSIUnitName4 HENRY
public static final IfcSIUnitName4 HERTZ
public static final IfcSIUnitName4 JOULE
public static final IfcSIUnitName4 KELVIN
public static final IfcSIUnitName4 LUMEN
public static final IfcSIUnitName4 LUX
public static final IfcSIUnitName4 METRE
public static final IfcSIUnitName4 MOLE
public static final IfcSIUnitName4 NEWTON
public static final IfcSIUnitName4 OHM
public static final IfcSIUnitName4 PASCAL
public static final IfcSIUnitName4 RADIAN
public static final IfcSIUnitName4 SECOND
public static final IfcSIUnitName4 SIEMENS
public static final IfcSIUnitName4 SIEVERT
public static final IfcSIUnitName4 SQUARE_METRE
public static final IfcSIUnitName4 STERADIAN
public static final IfcSIUnitName4 TESLA
public static final IfcSIUnitName4 VOLT
public static final IfcSIUnitName4 WATT
public static final IfcSIUnitName4 WEBER
public static IfcSIUnitName4[] values()
for (IfcSIUnitName4 c : IfcSIUnitName4.values()) System.out.println(c);
public static IfcSIUnitName4 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.