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