public enum IfcLampTypeEnum extends Enum<IfcLampTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcLampTypeEnum()| Enum Constant and Description |
|---|
COMPACTFLUORESCENT
The 'COMPACTFLUORESCENT' literal object.
|
FLUORESCENT
The 'FLUORESCENT' literal object.
|
HALOGEN
The 'HALOGEN' literal object.
|
HIGHPRESSUREMERCURY
The 'HIGHPRESSUREMERCURY' literal object.
|
HIGHPRESSURESODIUM
The 'HIGHPRESSURESODIUM' literal object.
|
LED
The 'LED' literal object.
|
METALHALIDE
The 'METALHALIDE' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
OLED
The 'OLED' literal object.
|
TUNGSTENFILAMENT
The 'TUNGSTENFILAMENT' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPACTFLUORESCENT_VALUE
The 'COMPACTFLUORESCENT' literal value.
|
static int |
FLUORESCENT_VALUE
The 'FLUORESCENT' literal value.
|
static int |
HALOGEN_VALUE
The 'HALOGEN' literal value.
|
static int |
HIGHPRESSUREMERCURY_VALUE
The 'HIGHPRESSUREMERCURY' literal value.
|
static int |
HIGHPRESSURESODIUM_VALUE
The 'HIGHPRESSURESODIUM' literal value.
|
static int |
LED_VALUE
The 'LED' literal value.
|
static int |
METALHALIDE_VALUE
The 'METALHALIDE' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OLED_VALUE
The 'OLED' literal value.
|
static int |
TUNGSTENFILAMENT_VALUE
The 'TUNGSTENFILAMENT' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcLampTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Lamp Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcLampTypeEnum |
get(int value)
Returns the 'Ifc Lamp Type Enum' literal with the specified integer value.
|
static IfcLampTypeEnum |
get(String literal)
Returns the 'Ifc Lamp Type Enum' literal with the specified literal value.
|
static IfcLampTypeEnum |
getByName(String name)
Returns the 'Ifc Lamp Type Enum' 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 IfcLampTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcLampTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcLampTypeEnum NULL
NULL_VALUEpublic static final IfcLampTypeEnum TUNGSTENFILAMENT
TUNGSTENFILAMENT_VALUEpublic static final IfcLampTypeEnum FLUORESCENT
FLUORESCENT_VALUEpublic static final IfcLampTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcLampTypeEnum HIGHPRESSURESODIUM
HIGHPRESSURESODIUM_VALUEpublic static final IfcLampTypeEnum OLED
OLED_VALUEpublic static final IfcLampTypeEnum LED
LED_VALUEpublic static final IfcLampTypeEnum METALHALIDE
METALHALIDE_VALUEpublic static final IfcLampTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcLampTypeEnum HALOGEN
HALOGEN_VALUEpublic static final IfcLampTypeEnum COMPACTFLUORESCENT
COMPACTFLUORESCENT_VALUEpublic static final IfcLampTypeEnum HIGHPRESSUREMERCURY
HIGHPRESSUREMERCURY_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 TUNGSTENFILAMENT_VALUE
If the meaning of 'TUNGSTENFILAMENT' literal object isn't clear, there really should be more of a description here...
TUNGSTENFILAMENT,
Constant Field Valuespublic static final int FLUORESCENT_VALUE
If the meaning of 'FLUORESCENT' literal object isn't clear, there really should be more of a description here...
FLUORESCENT,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int HIGHPRESSURESODIUM_VALUE
If the meaning of 'HIGHPRESSURESODIUM' literal object isn't clear, there really should be more of a description here...
HIGHPRESSURESODIUM,
Constant Field Valuespublic static final int OLED_VALUE
If the meaning of 'OLED' literal object isn't clear, there really should be more of a description here...
OLED,
Constant Field Valuespublic static final int LED_VALUE
If the meaning of 'LED' literal object isn't clear, there really should be more of a description here...
LED,
Constant Field Valuespublic static final int METALHALIDE_VALUE
If the meaning of 'METALHALIDE' literal object isn't clear, there really should be more of a description here...
METALHALIDE,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int HALOGEN_VALUE
If the meaning of 'HALOGEN' literal object isn't clear, there really should be more of a description here...
HALOGEN,
Constant Field Valuespublic static final int COMPACTFLUORESCENT_VALUE
If the meaning of 'COMPACTFLUORESCENT' literal object isn't clear, there really should be more of a description here...
COMPACTFLUORESCENT,
Constant Field Valuespublic static final int HIGHPRESSUREMERCURY_VALUE
If the meaning of 'HIGHPRESSUREMERCURY' literal object isn't clear, there really should be more of a description here...
HIGHPRESSUREMERCURY,
Constant Field Valuespublic static final List<IfcLampTypeEnum> VALUES
public static IfcLampTypeEnum[] values()
for (IfcLampTypeEnum c : IfcLampTypeEnum.values()) System.out.println(c);
public static IfcLampTypeEnum 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 IfcLampTypeEnum get(String literal)
literal - the literal.null.public static IfcLampTypeEnum getByName(String name)
name - the name.null.public static IfcLampTypeEnum 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<IfcLampTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.