public enum IfcWindowStyleOperationEnum2X3 extends Enum<IfcWindowStyleOperationEnum2X3>
IfcWindowStyleOperationEnum
| Enum Constant and Description |
|---|
DOUBLE_PANEL_HORIZONTAL |
DOUBLE_PANEL_VERTICAL |
NOTDEFINED |
SINGLE_PANEL |
TRIPLE_PANEL_BOTTOM |
TRIPLE_PANEL_HORIZONTAL |
TRIPLE_PANEL_LEFT |
TRIPLE_PANEL_RIGHT |
TRIPLE_PANEL_TOP |
TRIPLE_PANEL_VERTICAL |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcWindowStyleOperationEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWindowStyleOperationEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWindowStyleOperationEnum2X3 SINGLE_PANEL
public static final IfcWindowStyleOperationEnum2X3 DOUBLE_PANEL_VERTICAL
public static final IfcWindowStyleOperationEnum2X3 DOUBLE_PANEL_HORIZONTAL
public static final IfcWindowStyleOperationEnum2X3 TRIPLE_PANEL_VERTICAL
public static final IfcWindowStyleOperationEnum2X3 TRIPLE_PANEL_BOTTOM
public static final IfcWindowStyleOperationEnum2X3 TRIPLE_PANEL_TOP
public static final IfcWindowStyleOperationEnum2X3 TRIPLE_PANEL_LEFT
public static final IfcWindowStyleOperationEnum2X3 TRIPLE_PANEL_RIGHT
public static final IfcWindowStyleOperationEnum2X3 TRIPLE_PANEL_HORIZONTAL
public static final IfcWindowStyleOperationEnum2X3 USERDEFINED
public static final IfcWindowStyleOperationEnum2X3 NOTDEFINED
public static IfcWindowStyleOperationEnum2X3[] values()
for (IfcWindowStyleOperationEnum2X3 c : IfcWindowStyleOperationEnum2X3.values()) System.out.println(c);
public static IfcWindowStyleOperationEnum2X3 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.