public enum IfcFlowInstrumentTypeEnum4X3 extends Enum<IfcFlowInstrumentTypeEnum4X3>
IfcFlowInstrumentTypeEnum
| Enum Constant and Description |
|---|
AMMETER |
COMBINED |
FREQUENCYMETER |
NOTDEFINED |
PHASEANGLEMETER |
POWERFACTORMETER |
PRESSUREGAUGE |
THERMOMETER |
USERDEFINED |
VOLTMETER |
VOLTMETER_PEAK |
VOLTMETER_RMS |
| Modifier and Type | Method and Description |
|---|---|
static IfcFlowInstrumentTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFlowInstrumentTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFlowInstrumentTypeEnum4X3 AMMETER
public static final IfcFlowInstrumentTypeEnum4X3 COMBINED
public static final IfcFlowInstrumentTypeEnum4X3 FREQUENCYMETER
public static final IfcFlowInstrumentTypeEnum4X3 PHASEANGLEMETER
public static final IfcFlowInstrumentTypeEnum4X3 POWERFACTORMETER
public static final IfcFlowInstrumentTypeEnum4X3 PRESSUREGAUGE
public static final IfcFlowInstrumentTypeEnum4X3 THERMOMETER
public static final IfcFlowInstrumentTypeEnum4X3 VOLTMETER
public static final IfcFlowInstrumentTypeEnum4X3 VOLTMETER_PEAK
public static final IfcFlowInstrumentTypeEnum4X3 VOLTMETER_RMS
public static final IfcFlowInstrumentTypeEnum4X3 USERDEFINED
public static final IfcFlowInstrumentTypeEnum4X3 NOTDEFINED
public static IfcFlowInstrumentTypeEnum4X3[] values()
for (IfcFlowInstrumentTypeEnum4X3 c : IfcFlowInstrumentTypeEnum4X3.values()) System.out.println(c);
public static IfcFlowInstrumentTypeEnum4X3 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.