public enum IfcDoorPanelOperationEnum4 extends Enum<IfcDoorPanelOperationEnum4>
IfcDoorPanelOperationEnum
| Enum Constant and Description |
|---|
DOUBLE_ACTING |
FIXEDPANEL |
FOLDING |
NOTDEFINED |
REVOLVING |
ROLLINGUP |
SLIDING |
SWINGING |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcDoorPanelOperationEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDoorPanelOperationEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDoorPanelOperationEnum4 SWINGING
public static final IfcDoorPanelOperationEnum4 DOUBLE_ACTING
public static final IfcDoorPanelOperationEnum4 SLIDING
public static final IfcDoorPanelOperationEnum4 FOLDING
public static final IfcDoorPanelOperationEnum4 REVOLVING
public static final IfcDoorPanelOperationEnum4 ROLLINGUP
public static final IfcDoorPanelOperationEnum4 FIXEDPANEL
public static final IfcDoorPanelOperationEnum4 USERDEFINED
public static final IfcDoorPanelOperationEnum4 NOTDEFINED
public static IfcDoorPanelOperationEnum4[] values()
for (IfcDoorPanelOperationEnum4 c : IfcDoorPanelOperationEnum4.values()) System.out.println(c);
public static IfcDoorPanelOperationEnum4 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.