public enum IfcSensorTypeEnum4X3 extends Enum<IfcSensorTypeEnum4X3>
IfcSensorTypeEnum
| Modifier and Type | Method and Description |
|---|---|
static IfcSensorTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSensorTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSensorTypeEnum4X3 CO2SENSOR
public static final IfcSensorTypeEnum4X3 CONDUCTANCESENSOR
public static final IfcSensorTypeEnum4X3 CONTACTSENSOR
public static final IfcSensorTypeEnum4X3 COSENSOR
public static final IfcSensorTypeEnum4X3 EARTHQUAKESENSOR
public static final IfcSensorTypeEnum4X3 FIRESENSOR
public static final IfcSensorTypeEnum4X3 FLOWSENSOR
public static final IfcSensorTypeEnum4X3 FOREIGNOBJECTDETECTIONSENSOR
public static final IfcSensorTypeEnum4X3 FROSTSENSOR
public static final IfcSensorTypeEnum4X3 GASSENSOR
public static final IfcSensorTypeEnum4X3 HEATSENSOR
public static final IfcSensorTypeEnum4X3 HUMIDITYSENSOR
public static final IfcSensorTypeEnum4X3 IDENTIFIERSENSOR
public static final IfcSensorTypeEnum4X3 IONCONCENTRATIONSENSOR
public static final IfcSensorTypeEnum4X3 LEVELSENSOR
public static final IfcSensorTypeEnum4X3 LIGHTSENSOR
public static final IfcSensorTypeEnum4X3 MOISTURESENSOR
public static final IfcSensorTypeEnum4X3 MOVEMENTSENSOR
public static final IfcSensorTypeEnum4X3 OBSTACLESENSOR
public static final IfcSensorTypeEnum4X3 PHSENSOR
public static final IfcSensorTypeEnum4X3 PRESSURESENSOR
public static final IfcSensorTypeEnum4X3 RADIATIONSENSOR
public static final IfcSensorTypeEnum4X3 RADIOACTIVITYSENSOR
public static final IfcSensorTypeEnum4X3 RAINSENSOR
public static final IfcSensorTypeEnum4X3 SMOKESENSOR
public static final IfcSensorTypeEnum4X3 SNOWDEPTHSENSOR
public static final IfcSensorTypeEnum4X3 SOUNDSENSOR
public static final IfcSensorTypeEnum4X3 TEMPERATURESENSOR
public static final IfcSensorTypeEnum4X3 TRAINSENSOR
public static final IfcSensorTypeEnum4X3 TURNOUTCLOSURESENSOR
public static final IfcSensorTypeEnum4X3 WHEELSENSOR
public static final IfcSensorTypeEnum4X3 WINDSENSOR
public static final IfcSensorTypeEnum4X3 USERDEFINED
public static final IfcSensorTypeEnum4X3 NOTDEFINED
public static IfcSensorTypeEnum4X3[] values()
for (IfcSensorTypeEnum4X3 c : IfcSensorTypeEnum4X3.values()) System.out.println(c);
public static IfcSensorTypeEnum4X3 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.