@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcSensorTypeEnum extends Enum<IfcSensorTypeEnum>
| 枚举常量和说明 |
|---|
CO2SENSOR
A device that senses or detects carbon dioxide.
|
FIRESENSOR
A device that senses or detects fire.
|
FLOWSENSOR
A device that senses or detects flow.
|
GASSENSOR
A device that senses or detects gas.
|
HEATSENSOR
A device that senses or detects heat.
|
HUMIDITYSENSOR
A device that senses or detects humidity.
|
LIGHTSENSOR
A device that senses or detects light.
|
MOISTURESENSOR
A device that senses or detects moisture.
|
MOVEMENTSENSOR
A device that senses or detects movement.
|
NOTDEFINED |
PRESSURESENSOR
A device that senses or detects pressure.
|
SMOKESENSOR
A device that senses or detects smoke.
|
SOUNDSENSOR
A device that senses or detects sound.
|
TEMPERATURESENSOR
A device that senses or detects temperature.
|
USERDEFINED |
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.