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