@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcBoilerTypeEnum extends Enum<IfcBoilerTypeEnum>
| 枚举常量和说明 |
|---|
NOTDEFINED |
STEAM |
USERDEFINED |
WATER |
public static final IfcBoilerTypeEnum WATER
public static final IfcBoilerTypeEnum STEAM
public static final IfcBoilerTypeEnum USERDEFINED
public static final IfcBoilerTypeEnum NOTDEFINED
public static IfcBoilerTypeEnum[] values()
for (IfcBoilerTypeEnum c : IfcBoilerTypeEnum.values()) System.out.println(c);
public static IfcBoilerTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.