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