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