public enum IfcFlowInstrumentTypeEnum2X3 extends Enum<IfcFlowInstrumentTypeEnum2X3>
IfcFlowInstrumentTypeEnum
| Enum Constant and Description |
|---|
AMMETER |
FREQUENCYMETER |
NOTDEFINED |
PHASEANGLEMETER |
POWERFACTORMETER |
PRESSUREGAUGE |
THERMOMETER |
USERDEFINED |
VOLTMETER_PEAK |
VOLTMETER_RMS |
| Modifier and Type | Method and Description |
|---|---|
static IfcFlowInstrumentTypeEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFlowInstrumentTypeEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFlowInstrumentTypeEnum2X3 PRESSUREGAUGE
public static final IfcFlowInstrumentTypeEnum2X3 THERMOMETER
public static final IfcFlowInstrumentTypeEnum2X3 AMMETER
public static final IfcFlowInstrumentTypeEnum2X3 FREQUENCYMETER
public static final IfcFlowInstrumentTypeEnum2X3 POWERFACTORMETER
public static final IfcFlowInstrumentTypeEnum2X3 PHASEANGLEMETER
public static final IfcFlowInstrumentTypeEnum2X3 VOLTMETER_PEAK
public static final IfcFlowInstrumentTypeEnum2X3 VOLTMETER_RMS
public static final IfcFlowInstrumentTypeEnum2X3 USERDEFINED
public static final IfcFlowInstrumentTypeEnum2X3 NOTDEFINED
public static IfcFlowInstrumentTypeEnum2X3[] values()
for (IfcFlowInstrumentTypeEnum2X3 c : IfcFlowInstrumentTypeEnum2X3.values()) System.out.println(c);
public static IfcFlowInstrumentTypeEnum2X3 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.