public enum IfcFlowMeterTypeEnum extends Enum<IfcFlowMeterTypeEnum>
Enum Constant and Description |
---|
ELECTRICMETER |
ENERGYMETER |
FLOWMETER |
GASMETER |
NOTDEFINED |
OILMETER |
USERDEFINED |
WATERMETER |
Modifier and Type | Method and Description |
---|---|
static IfcFlowMeterTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFlowMeterTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFlowMeterTypeEnum ELECTRICMETER
public static final IfcFlowMeterTypeEnum ENERGYMETER
public static final IfcFlowMeterTypeEnum FLOWMETER
public static final IfcFlowMeterTypeEnum GASMETER
public static final IfcFlowMeterTypeEnum OILMETER
public static final IfcFlowMeterTypeEnum WATERMETER
public static final IfcFlowMeterTypeEnum USERDEFINED
public static final IfcFlowMeterTypeEnum NOTDEFINED
public static IfcFlowMeterTypeEnum[] values()
for (IfcFlowMeterTypeEnum c : IfcFlowMeterTypeEnum.values()) System.out.println(c);
public static IfcFlowMeterTypeEnum 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