7.5.2.21 IfcFlowMeterTypeEnum
7.5.2.21.1 Semantic definition
This enumeration defines various types of flow meter:
7.5.2.21.2 Type values
| Type | Description | 
|---|---|
ENERGYMETER
 | 
 An electric meter or energy meter is a device that measures the amount of electrical energy supplied to or produced by a residence, business or machine.  | 
GASMETER
 | 
 A device that measures the quantity of a gas or fuel.  | 
OILMETER
 | 
 A device that measures the quantity of oil.  | 
WATERMETER
 | 
 A device that measures the quantity of water.  | 
USERDEFINED
 | 
 User-defined meter type  | 
NOTDEFINED
 | 
 Undefined meter type  | 
7.5.2.21.3 Formal representation
TYPE IfcFlowMeterTypeEnum = ENUMERATION OF
	(ENERGYMETER
	,GASMETER
	,OILMETER
	,WATERMETER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;