public enum IfcLampTypeEnum extends Enum<IfcLampTypeEnum>
Enum Constant and Description |
---|
COMPACTFLUORESCENT |
FLUORESCENT |
HALOGEN |
HIGHPRESSUREMERCURY |
HIGHPRESSURESODIUM |
LED |
METALHALIDE |
NOTDEFINED |
OLED |
TUNGSTENFILAMENT |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
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 COMPACTFLUORESCENT
public static final IfcLampTypeEnum FLUORESCENT
public static final IfcLampTypeEnum HALOGEN
public static final IfcLampTypeEnum HIGHPRESSUREMERCURY
public static final IfcLampTypeEnum HIGHPRESSURESODIUM
public static final IfcLampTypeEnum LED
public static final IfcLampTypeEnum METALHALIDE
public static final IfcLampTypeEnum OLED
public static final IfcLampTypeEnum TUNGSTENFILAMENT
public static final IfcLampTypeEnum USERDEFINED
public static final IfcLampTypeEnum NOTDEFINED
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 null