Struct Ifc4::IfcWorkScheduleTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4.

Struct Documentation

struct Ifc4::IfcWorkScheduleTypeEnum

Public Types

enum Value

An IfcWorkScheduleTypeEnum is an enumeration data type that specifies the types of work schedule from which the relevant control can be selected.

HISTORY Introduced in IFC2x4. Derived from IfcWorkControlTypeEnum that was introduced in IFC Release 2.0.

Enumeration:

ACTUAL: A control in which actual items undertaken are indicated BASELINE: A control that is a baseline from which changes that are made later can be recognized PLANNED: A control showing planned items USERDEFINED NOTDEFINED

Values:

enumerator IfcWorkScheduleType_ACTUAL
enumerator IfcWorkScheduleType_BASELINE
enumerator IfcWorkScheduleType_PLANNED
enumerator IfcWorkScheduleType_USERDEFINED
enumerator IfcWorkScheduleType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)