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