Struct Ifc4x1::IfcActionRequestTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcActionRequestTypeEnum

Public Types

enum Value

IfcActionRequestTypeEnum defines the types of sources through which a request can be made. HISTORY: New Enumeration in IFC2x4. Enumeration:

EMAIL: Request was made through email. FAX: Request was made through facsimile. PHONE: Request was made verbally over a telephone. POST: Request was made through postal mail. VERBAL: Request was made verbally in person.

USERDEFINED: User-defined type. NOTDEFINED: Undefined type.

Values:

enumerator IfcActionRequestType_EMAIL
enumerator IfcActionRequestType_FAX
enumerator IfcActionRequestType_PHONE
enumerator IfcActionRequestType_POST
enumerator IfcActionRequestType_VERBAL
enumerator IfcActionRequestType_USERDEFINED
enumerator IfcActionRequestType_NOTDEFINED

Public Static Functions

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