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