public enum IfcWindowStyleConstructionEnum2X3 extends Enum<IfcWindowStyleConstructionEnum2X3>
IfcWindowStyleConstructionEnum
| Enum Constant and Description |
|---|
ALUMINIUM |
ALUMINIUM_WOOD |
HIGH_GRADE_STEEL |
NOTDEFINED |
OTHER_CONSTRUCTION |
PLASTIC |
STEEL |
WOOD |
| Modifier and Type | Method and Description |
|---|---|
static IfcWindowStyleConstructionEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWindowStyleConstructionEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWindowStyleConstructionEnum2X3 ALUMINIUM
public static final IfcWindowStyleConstructionEnum2X3 HIGH_GRADE_STEEL
public static final IfcWindowStyleConstructionEnum2X3 STEEL
public static final IfcWindowStyleConstructionEnum2X3 WOOD
public static final IfcWindowStyleConstructionEnum2X3 ALUMINIUM_WOOD
public static final IfcWindowStyleConstructionEnum2X3 PLASTIC
public static final IfcWindowStyleConstructionEnum2X3 OTHER_CONSTRUCTION
public static final IfcWindowStyleConstructionEnum2X3 NOTDEFINED
public static IfcWindowStyleConstructionEnum2X3[] values()
for (IfcWindowStyleConstructionEnum2X3 c : IfcWindowStyleConstructionEnum2X3.values()) System.out.println(c);
public static IfcWindowStyleConstructionEnum2X3 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.