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