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