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
| |
WATER
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.4.3 Formal representation
TYPE IfcBoilerTypeEnum = ENUMERATION OF
(STEAM
,WATER
,USERDEFINED
,NOTDEFINED);
END_TYPE;