public enum IfcWindowPanelOperationEnum extends Enum<IfcWindowPanelOperationEnum>
Enum Constant and Description |
---|
BOTTOMHUNG |
FIXEDCASEMENT |
NOTDEFINED |
OTHEROPERATION |
PIVOTHORIZONTAL |
PIVOTVERTICAL |
REMOVABLECASEMENT |
SIDEHUNGLEFTHAND |
SIDEHUNGRIGHTHAND |
SLIDINGHORIZONTAL |
SLIDINGVERTICAL |
TILTANDTURNLEFTHAND |
TILTANDTURNRIGHTHAND |
TOPHUNG |
Modifier and Type | Method and Description |
---|---|
static IfcWindowPanelOperationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWindowPanelOperationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWindowPanelOperationEnum SIDEHUNGRIGHTHAND
public static final IfcWindowPanelOperationEnum SIDEHUNGLEFTHAND
public static final IfcWindowPanelOperationEnum TILTANDTURNRIGHTHAND
public static final IfcWindowPanelOperationEnum TILTANDTURNLEFTHAND
public static final IfcWindowPanelOperationEnum TOPHUNG
public static final IfcWindowPanelOperationEnum BOTTOMHUNG
public static final IfcWindowPanelOperationEnum PIVOTHORIZONTAL
public static final IfcWindowPanelOperationEnum PIVOTVERTICAL
public static final IfcWindowPanelOperationEnum SLIDINGHORIZONTAL
public static final IfcWindowPanelOperationEnum SLIDINGVERTICAL
public static final IfcWindowPanelOperationEnum REMOVABLECASEMENT
public static final IfcWindowPanelOperationEnum FIXEDCASEMENT
public static final IfcWindowPanelOperationEnum OTHEROPERATION
public static final IfcWindowPanelOperationEnum NOTDEFINED
public static IfcWindowPanelOperationEnum[] values()
for (IfcWindowPanelOperationEnum c : IfcWindowPanelOperationEnum.values()) System.out.println(c);
public static IfcWindowPanelOperationEnum 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