public enum IfcLampTypeEnum4 extends Enum<IfcLampTypeEnum4>
IfcLampTypeEnum
| Enum Constant and Description |
|---|
COMPACTFLUORESCENT |
FLUORESCENT |
HALOGEN |
HIGHPRESSUREMERCURY |
HIGHPRESSURESODIUM |
LED |
METALHALIDE |
NOTDEFINED |
OLED |
TUNGSTENFILAMENT |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcLampTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcLampTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcLampTypeEnum4 COMPACTFLUORESCENT
public static final IfcLampTypeEnum4 FLUORESCENT
public static final IfcLampTypeEnum4 HALOGEN
public static final IfcLampTypeEnum4 HIGHPRESSUREMERCURY
public static final IfcLampTypeEnum4 HIGHPRESSURESODIUM
public static final IfcLampTypeEnum4 LED
public static final IfcLampTypeEnum4 METALHALIDE
public static final IfcLampTypeEnum4 OLED
public static final IfcLampTypeEnum4 TUNGSTENFILAMENT
public static final IfcLampTypeEnum4 USERDEFINED
public static final IfcLampTypeEnum4 NOTDEFINED
public static IfcLampTypeEnum4[] values()
for (IfcLampTypeEnum4 c : IfcLampTypeEnum4.values()) System.out.println(c);
public static IfcLampTypeEnum4 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.