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