@IfcClass(layer=DOMAIN, type=ENUMERATION) public enum IfcFlowInstrumentTypeEnum extends Enum<IfcFlowInstrumentTypeEnum>
| 枚举常量和说明 |
|---|
AMMETER
A device that reads and displays the current flow in a circuit.
|
FREQUENCYMETER
A device that reads and displays the electrical frequency of an alternating current circuit.
|
NOTDEFINED |
PHASEANGLEMETER
A device that reads and displays the power factor of an electrical circuit.
|
POWERFACTORMETER
A device that reads and displays the phase angle of a phase in a polyphase electrical circuit.
|
PRESSUREGAUGE
A device that reads and displays a pressure value at a point or the pressure difference between two points.
|
THERMOMETER
A device that reads and displays a temperature value at a point.
|
USERDEFINED |
VOLTMETER_PEAK
A device that reads and displays the peak voltage in an electrical circuit.
|
VOLTMETER_RMS
A device that reads and displays the RMS (mean) voltage in an electrical circuit.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcFlowInstrumentTypeEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcFlowInstrumentTypeEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IfcFlowInstrumentTypeEnum PRESSUREGAUGE
public static final IfcFlowInstrumentTypeEnum THERMOMETER
public static final IfcFlowInstrumentTypeEnum AMMETER
public static final IfcFlowInstrumentTypeEnum FREQUENCYMETER
public static final IfcFlowInstrumentTypeEnum POWERFACTORMETER
public static final IfcFlowInstrumentTypeEnum PHASEANGLEMETER
public static final IfcFlowInstrumentTypeEnum VOLTMETER_PEAK
public static final IfcFlowInstrumentTypeEnum VOLTMETER_RMS
public static final IfcFlowInstrumentTypeEnum USERDEFINED
public static final IfcFlowInstrumentTypeEnum NOTDEFINED
public static IfcFlowInstrumentTypeEnum[] values()
for (IfcFlowInstrumentTypeEnum c : IfcFlowInstrumentTypeEnum.values()) System.out.println(c);
public static IfcFlowInstrumentTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.