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