public enum IfcDoorTypeOperationEnum4 extends Enum<IfcDoorTypeOperationEnum4>
IfcDoorTypeOperationEnum
| Modifier and Type | Method and Description |
|---|---|
static IfcDoorTypeOperationEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDoorTypeOperationEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDoorTypeOperationEnum4 SINGLE_SWING_LEFT
public static final IfcDoorTypeOperationEnum4 SINGLE_SWING_RIGHT
public static final IfcDoorTypeOperationEnum4 DOUBLE_DOOR_SINGLE_SWING
public static final IfcDoorTypeOperationEnum4 DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
public static final IfcDoorTypeOperationEnum4 DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
public static final IfcDoorTypeOperationEnum4 DOUBLE_SWING_LEFT
public static final IfcDoorTypeOperationEnum4 DOUBLE_SWING_RIGHT
public static final IfcDoorTypeOperationEnum4 DOUBLE_DOOR_DOUBLE_SWING
public static final IfcDoorTypeOperationEnum4 SLIDING_TO_LEFT
public static final IfcDoorTypeOperationEnum4 SLIDING_TO_RIGHT
public static final IfcDoorTypeOperationEnum4 DOUBLE_DOOR_SLIDING
public static final IfcDoorTypeOperationEnum4 FOLDING_TO_LEFT
public static final IfcDoorTypeOperationEnum4 FOLDING_TO_RIGHT
public static final IfcDoorTypeOperationEnum4 DOUBLE_DOOR_FOLDING
public static final IfcDoorTypeOperationEnum4 REVOLVING
public static final IfcDoorTypeOperationEnum4 ROLLINGUP
public static final IfcDoorTypeOperationEnum4 SWING_FIXED_LEFT
public static final IfcDoorTypeOperationEnum4 SWING_FIXED_RIGHT
public static final IfcDoorTypeOperationEnum4 USERDEFINED
public static final IfcDoorTypeOperationEnum4 NOTDEFINED
public static IfcDoorTypeOperationEnum4[] values()
for (IfcDoorTypeOperationEnum4 c : IfcDoorTypeOperationEnum4.values()) System.out.println(c);
public static IfcDoorTypeOperationEnum4 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.