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