public enum IfcSIPrefix extends Enum<IfcSIPrefix> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcSIPrefix()| Enum Constant and Description |
|---|
ATTO
The 'ATTO' literal object.
|
CENTI
The 'CENTI' literal object.
|
DECA
The 'DECA' literal object.
|
DECI
The 'DECI' literal object.
|
EXA
The 'EXA' literal object.
|
FEMTO
The 'FEMTO' literal object.
|
GIGA
The 'GIGA' literal object.
|
HECTO
The 'HECTO' literal object.
|
KILO
The 'KILO' literal object.
|
MEGA
The 'MEGA' literal object.
|
MICRO
The 'MICRO' literal object.
|
MILLI
The 'MILLI' literal object.
|
NANO
The 'NANO' literal object.
|
NULL
The 'NULL' literal object.
|
PETA
The 'PETA' literal object.
|
PICO
The 'PICO' literal object.
|
TERA
The 'TERA' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTO_VALUE
The 'ATTO' literal value.
|
static int |
CENTI_VALUE
The 'CENTI' literal value.
|
static int |
DECA_VALUE
The 'DECA' literal value.
|
static int |
DECI_VALUE
The 'DECI' literal value.
|
static int |
EXA_VALUE
The 'EXA' literal value.
|
static int |
FEMTO_VALUE
The 'FEMTO' literal value.
|
static int |
GIGA_VALUE
The 'GIGA' literal value.
|
static int |
HECTO_VALUE
The 'HECTO' literal value.
|
static int |
KILO_VALUE
The 'KILO' literal value.
|
static int |
MEGA_VALUE
The 'MEGA' literal value.
|
static int |
MICRO_VALUE
The 'MICRO' literal value.
|
static int |
MILLI_VALUE
The 'MILLI' literal value.
|
static int |
NANO_VALUE
The 'NANO' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PETA_VALUE
The 'PETA' literal value.
|
static int |
PICO_VALUE
The 'PICO' literal value.
|
static int |
TERA_VALUE
The 'TERA' literal value.
|
static List<IfcSIPrefix> |
VALUES
A public read-only list of all the 'Ifc SI Prefix' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSIPrefix |
get(int value)
Returns the 'Ifc SI Prefix' literal with the specified integer value.
|
static IfcSIPrefix |
get(String literal)
Returns the 'Ifc SI Prefix' literal with the specified literal value.
|
static IfcSIPrefix |
getByName(String name)
Returns the 'Ifc SI Prefix' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
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 NULL
NULL_VALUEpublic static final IfcSIPrefix DECA
DECA_VALUEpublic static final IfcSIPrefix PICO
PICO_VALUEpublic static final IfcSIPrefix KILO
KILO_VALUEpublic static final IfcSIPrefix PETA
PETA_VALUEpublic static final IfcSIPrefix TERA
TERA_VALUEpublic static final IfcSIPrefix EXA
EXA_VALUEpublic static final IfcSIPrefix NANO
NANO_VALUEpublic static final IfcSIPrefix ATTO
ATTO_VALUEpublic static final IfcSIPrefix CENTI
CENTI_VALUEpublic static final IfcSIPrefix MILLI
MILLI_VALUEpublic static final IfcSIPrefix FEMTO
FEMTO_VALUEpublic static final IfcSIPrefix MEGA
MEGA_VALUEpublic static final IfcSIPrefix HECTO
HECTO_VALUEpublic static final IfcSIPrefix DECI
DECI_VALUEpublic static final IfcSIPrefix MICRO
MICRO_VALUEpublic static final IfcSIPrefix GIGA
GIGA_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int DECA_VALUE
If the meaning of 'DECA' literal object isn't clear, there really should be more of a description here...
DECA,
Constant Field Valuespublic static final int PICO_VALUE
If the meaning of 'PICO' literal object isn't clear, there really should be more of a description here...
PICO,
Constant Field Valuespublic static final int KILO_VALUE
If the meaning of 'KILO' literal object isn't clear, there really should be more of a description here...
KILO,
Constant Field Valuespublic static final int PETA_VALUE
If the meaning of 'PETA' literal object isn't clear, there really should be more of a description here...
PETA,
Constant Field Valuespublic static final int TERA_VALUE
If the meaning of 'TERA' literal object isn't clear, there really should be more of a description here...
TERA,
Constant Field Valuespublic static final int EXA_VALUE
If the meaning of 'EXA' literal object isn't clear, there really should be more of a description here...
EXA,
Constant Field Valuespublic static final int NANO_VALUE
If the meaning of 'NANO' literal object isn't clear, there really should be more of a description here...
NANO,
Constant Field Valuespublic static final int ATTO_VALUE
If the meaning of 'ATTO' literal object isn't clear, there really should be more of a description here...
ATTO,
Constant Field Valuespublic static final int CENTI_VALUE
If the meaning of 'CENTI' literal object isn't clear, there really should be more of a description here...
CENTI,
Constant Field Valuespublic static final int MILLI_VALUE
If the meaning of 'MILLI' literal object isn't clear, there really should be more of a description here...
MILLI,
Constant Field Valuespublic static final int FEMTO_VALUE
If the meaning of 'FEMTO' literal object isn't clear, there really should be more of a description here...
FEMTO,
Constant Field Valuespublic static final int MEGA_VALUE
If the meaning of 'MEGA' literal object isn't clear, there really should be more of a description here...
MEGA,
Constant Field Valuespublic static final int HECTO_VALUE
If the meaning of 'HECTO' literal object isn't clear, there really should be more of a description here...
HECTO,
Constant Field Valuespublic static final int DECI_VALUE
If the meaning of 'DECI' literal object isn't clear, there really should be more of a description here...
DECI,
Constant Field Valuespublic static final int MICRO_VALUE
If the meaning of 'MICRO' literal object isn't clear, there really should be more of a description here...
MICRO,
Constant Field Valuespublic static final int GIGA_VALUE
If the meaning of 'GIGA' literal object isn't clear, there really should be more of a description here...
GIGA,
Constant Field Valuespublic static final List<IfcSIPrefix> VALUES
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 nullpublic static IfcSIPrefix get(String literal)
literal - the literal.null.public static IfcSIPrefix getByName(String name)
name - the name.null.public static IfcSIPrefix get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcSIPrefix>Copyright © 2018 OpenSource BIM. All rights reserved.