public enum IfcSIPrefix4X3 extends Enum<IfcSIPrefix4X3>
IfcSIPrefix
| Enum Constant and Description |
|---|
ATTO |
CENTI |
DECA |
DECI |
EXA |
FEMTO |
GIGA |
HECTO |
KILO |
MEGA |
MICRO |
MILLI |
NANO |
PETA |
PICO |
TERA |
| Modifier and Type | Method and Description |
|---|---|
static IfcSIPrefix4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSIPrefix4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSIPrefix4X3 ATTO
public static final IfcSIPrefix4X3 CENTI
public static final IfcSIPrefix4X3 DECA
public static final IfcSIPrefix4X3 DECI
public static final IfcSIPrefix4X3 EXA
public static final IfcSIPrefix4X3 FEMTO
public static final IfcSIPrefix4X3 GIGA
public static final IfcSIPrefix4X3 HECTO
public static final IfcSIPrefix4X3 KILO
public static final IfcSIPrefix4X3 MEGA
public static final IfcSIPrefix4X3 MICRO
public static final IfcSIPrefix4X3 MILLI
public static final IfcSIPrefix4X3 NANO
public static final IfcSIPrefix4X3 PETA
public static final IfcSIPrefix4X3 PICO
public static final IfcSIPrefix4X3 TERA
public static IfcSIPrefix4X3[] values()
for (IfcSIPrefix4X3 c : IfcSIPrefix4X3.values()) System.out.println(c);
public static IfcSIPrefix4X3 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.