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