@IfcClass(type=ENUMERATION, layer=SHARED) public enum IfcThermalLoadTypeEnum extends Enum<IfcThermalLoadTypeEnum>
| 枚举常量和说明 |
|---|
LATENT
Energy added or removed from air that affects its humidity or concentration of water vapor.
|
NOTDEFINED
Undefined thermal load type.
|
RADIANT
Electromagnetic energy added or removed by emmission or absorption.
|
SENSIBLE
Energy added or removed from air that affects its temperature.
|
public static final IfcThermalLoadTypeEnum SENSIBLE
public static final IfcThermalLoadTypeEnum LATENT
public static final IfcThermalLoadTypeEnum RADIANT
public static final IfcThermalLoadTypeEnum NOTDEFINED
public static IfcThermalLoadTypeEnum[] values()
for (IfcThermalLoadTypeEnum c : IfcThermalLoadTypeEnum.values()) System.out.println(c);
public static IfcThermalLoadTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.