7.5.2.5 IfcBurnerTypeEnum
7.5.2.5.1 Semantic definition
Enumeration defining the functional type of burner.
7.5.2.5.2 Type values
| Type | Description |
|---|---|
USERDEFINED
|
User-defined burner type. |
NOTDEFINED
|
Undefined burner type. |
7.5.2.5.3 Formal representation
TYPE IfcBurnerTypeEnum = ENUMERATION OF
(USERDEFINED
,NOTDEFINED);
END_TYPE;