public enum IfcSensorTypeEnum extends Enum<IfcSensorTypeEnum>
Enum Constant and Description |
---|
CO2SENSOR |
FIRESENSOR |
FLOWSENSOR |
GASSENSOR |
HEATSENSOR |
HUMIDITYSENSOR |
LIGHTSENSOR |
MOISTURESENSOR |
MOVEMENTSENSOR |
NOTDEFINED |
PRESSURESENSOR |
SMOKESENSOR |
SOUNDSENSOR |
TEMPERATURESENSOR |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcSensorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSensorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSensorTypeEnum CO2SENSOR
public static final IfcSensorTypeEnum FIRESENSOR
public static final IfcSensorTypeEnum FLOWSENSOR
public static final IfcSensorTypeEnum GASSENSOR
public static final IfcSensorTypeEnum HEATSENSOR
public static final IfcSensorTypeEnum HUMIDITYSENSOR
public static final IfcSensorTypeEnum LIGHTSENSOR
public static final IfcSensorTypeEnum MOISTURESENSOR
public static final IfcSensorTypeEnum MOVEMENTSENSOR
public static final IfcSensorTypeEnum PRESSURESENSOR
public static final IfcSensorTypeEnum SMOKESENSOR
public static final IfcSensorTypeEnum SOUNDSENSOR
public static final IfcSensorTypeEnum TEMPERATURESENSOR
public static final IfcSensorTypeEnum USERDEFINED
public static final IfcSensorTypeEnum NOTDEFINED
public static IfcSensorTypeEnum[] values()
for (IfcSensorTypeEnum c : IfcSensorTypeEnum.values()) System.out.println(c);
public static IfcSensorTypeEnum 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