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