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