7.5.2.4 IfcBoilerTypeEnum
7.5.2.4.1 Semantic definition
Enumeration defining the typical types of boilers.
7.5.2.4.2 Type values
Type | Description |
---|---|
STEAM
|
Steam boiler. |
WATER
|
Water boiler. |
USERDEFINED
|
User-defined Boiler type. |
NOTDEFINED
|
Undefined Boiler type. |
7.5.2.4.3 Formal representation
TYPE IfcBoilerTypeEnum = ENUMERATION OF (STEAM ,WATER ,USERDEFINED ,NOTDEFINED); END_TYPE;