public enum IfcSensorTypeEnum extends Enum<IfcSensorTypeEnum>
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 COSENSOR
public static final IfcSensorTypeEnum CO2SENSOR
public static final IfcSensorTypeEnum CONDUCTANCESENSOR
public static final IfcSensorTypeEnum CONTACTSENSOR
public static final IfcSensorTypeEnum FIRESENSOR
public static final IfcSensorTypeEnum FLOWSENSOR
public static final IfcSensorTypeEnum FROSTSENSOR
public static final IfcSensorTypeEnum GASSENSOR
public static final IfcSensorTypeEnum HEATSENSOR
public static final IfcSensorTypeEnum HUMIDITYSENSOR
public static final IfcSensorTypeEnum IDENTIFIERSENSOR
public static final IfcSensorTypeEnum IONCONCENTRATIONSENSOR
public static final IfcSensorTypeEnum LEVELSENSOR
public static final IfcSensorTypeEnum LIGHTSENSOR
public static final IfcSensorTypeEnum MOISTURESENSOR
public static final IfcSensorTypeEnum MOVEMENTSENSOR
public static final IfcSensorTypeEnum PHSENSOR
public static final IfcSensorTypeEnum PRESSURESENSOR
public static final IfcSensorTypeEnum RADIATIONSENSOR
public static final IfcSensorTypeEnum RADIOACTIVITYSENSOR
public static final IfcSensorTypeEnum SMOKESENSOR
public static final IfcSensorTypeEnum SOUNDSENSOR
public static final IfcSensorTypeEnum TEMPERATURESENSOR
public static final IfcSensorTypeEnum WINDSENSOR
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