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