enum IfcDoorStyleConstructionEnum {
kIfcDoorStyleConstructionEnum_ALUMINIUM,
kIfcDoorStyleConstructionEnum_HIGH_GRADE_STEEL,
kIfcDoorStyleConstructionEnum_STEEL,
kIfcDoorStyleConstructionEnum_WOOD,
kIfcDoorStyleConstructionEnum_ALUMINIUM_WOOD,
kIfcDoorStyleConstructionEnum_ALUMINIUM_PLASTIC,
kIfcDoorStyleConstructionEnum_PLASTIC,
kIfcDoorStyleConstructionEnum_USERDEFINED,
kIfcDoorStyleConstructionEnum_NOTDEFINED,
kIfcDoorStyleConstructionEnum_unset
};