CFx SDK Documentation  2020SP3
Ifc4x2/IfcApprovalAutoImpl.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2019, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Open Design Alliance software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Open Design Alliance Copyright (C) 2002-2019 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 // This file is generated automatically.
25 
26 #ifndef _IFCAPPROVAL_AUTO_IMPL_4x2_H
27 #define _IFCAPPROVAL_AUTO_IMPL_4x2_H
28 
29 #include "IfcPubCommon.h"
30 #include "Ifc4x2Enum.h"
31 #include "Ifc4x2SelectTypes.h"
32 #include "IfcCollectionTypes.h"
33 
38 namespace OdIfc4x2 {
39 
41 {
42  //DOM-IGNORE-BEGIN
44  //DOM-IGNORE-END
45 
46 public:
47 
48 
49  //
50  // OdDAI early binding accessors
51  //
52  OdAnsiString getIdentifier() const;
53  void setIdentifier(OdAnsiString Identifier);
54  OdAnsiString getName() const;
55  void setName(OdAnsiString Name);
56  OdAnsiString getDescription() const;
57  void setDescription(OdAnsiString Description);
58  OdAnsiString getTimeOfApproval() const;
59  void setTimeOfApproval(OdAnsiString TimeOfApproval);
60  OdAnsiString getStatus() const;
61  void setStatus(OdAnsiString Status);
62  OdAnsiString getLevel() const;
63  void setLevel(OdAnsiString Level);
64  OdAnsiString getQualifier() const;
65  void setQualifier(OdAnsiString Qualifier);
67  void setRequestingApproval(IfcActorSelect RequestingApproval);
69  void setGivingApproval(IfcActorSelect GivingApproval);
71  void getInvApprovedObjectsAggr(OdDAIObjectIds &aggregate) const;
73  void getInvIsRelatedWithAggr(OdDAIObjectIds &aggregate) const;
74  void getInvRelatesAggr(OdDAIObjectIds &aggregate) const;
75 
77  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
78  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
79  virtual bool isKindOf(OdIfcEntityType entityType) const;
80  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
81  virtual OdDAI::Entity* getInstanceType() const;
82  virtual OdIfcEntityType type() const;
83  virtual OdAnsiString typeName() const;
84  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
85  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
86  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
87  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
88  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
89  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
90  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
91  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
92 
93 protected:
94  // Fields declaration:
95  OdAnsiString m_Identifier; // optional
96  OdAnsiString m_Name; // optional
97  OdAnsiString m_Description; // optional
98  OdAnsiString m_TimeOfApproval; // optional
99  OdAnsiString m_Status; // optional
100  OdAnsiString m_Level; // optional
101  OdAnsiString m_Qualifier; // optional
104  OdDAIObjectIds m_HasExternalReferences_inv; // IfcExternalReferenceRelationship
105  OdDAIObjectIds m_ApprovedObjects_inv; // IfcRelAssociatesApproval
106  OdDAIObjectIds m_ApprovedResources_inv; // IfcResourceApprovalRelationship
107  OdDAIObjectIds m_IsRelatedWith_inv; // IfcApprovalRelationship
108  OdDAIObjectIds m_Relates_inv; // IfcApprovalRelationship
109 
110  // Declare friend classes for inverse attributes functionality:
115  friend class OdIfcApprovalRelationshipAuto;
116 };
117 
118 } // namespace
119 
120 #endif // _IFCAPPROVAL_AUTO_IMPL_4x2_H
OdIfc4x2::OdIfcApprovalAuto::m_GivingApproval
IfcActorSelect m_GivingApproval
Definition: Ifc4x2/IfcApprovalAutoImpl.h:103
OdResult
OdResult
Definition: OdResult.h:29
OdIfc4x2::OdIfcApprovalAuto::getName
OdAnsiString getName() const
OdIfc4x2::OdIfcApprovalAuto::setStatus
void setStatus(OdAnsiString Status)
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc4x2::OdIfcApprovalAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
Ifc4x2SelectTypes.h
OdIfc4x2::OdIfcApprovalRelationshipAuto
Definition: Ifc4x2/IfcApprovalRelationshipAutoImpl.h:38
OdIfc4x2::OdIfcApprovalAuto::getStatus
OdAnsiString getStatus() const
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
OdIfc4x2::OdIfcApprovalAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OdIfc4x2::OdIfcApprovalAuto::setName
void setName(OdAnsiString Name)
IfcPubCommon.h
OdIfc4x2::OdIfcApprovalAuto::setGivingApproval
void setGivingApproval(IfcActorSelect GivingApproval)
OdIfc4x2::OdIfcApprovalAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc4x2::OdIfcApprovalAuto::m_Relates_inv
OdDAIObjectIds m_Relates_inv
Definition: Ifc4x2/IfcApprovalAutoImpl.h:108
OdIfc4x2::OdIfcApprovalAuto::setRequestingApproval
void setRequestingApproval(IfcActorSelect RequestingApproval)
OdIfc4x2::OdIfcApprovalAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4x2::OdIfcResourceApprovalRelationshipAuto
Definition: 2/IfcResourceApprovalRelationshipAutoImpl.h:38
IFC4X2_EXPORT
#define IFC4X2_EXPORT
Definition: IfcBuildOptions.h:52
OdIfc4x2::OdIfcRelAssociatesApprovalAuto
Definition: Ifc4x2/IfcRelAssociatesApprovalAutoImpl.h:38
OdIfc4x2::OdIfcApprovalAuto::getQualifier
OdAnsiString getQualifier() const
OdArray< OdDAIObjectId >
IfcCollectionTypes.h
OdIfc4x2::OdIfcApprovalAuto::getInvIsRelatedWithAggr
void getInvIsRelatedWithAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcApprovalAuto::type
virtual OdIfcEntityType type() const
OdIfc4x2::OdIfcApprovalAuto::getInvHasExternalReferencesAggr
void getInvHasExternalReferencesAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcApprovalAuto::m_IsRelatedWith_inv
OdDAIObjectIds m_IsRelatedWith_inv
Definition: Ifc4x2/IfcApprovalAutoImpl.h:107
OdIfc4x2::OdIfcApprovalAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::OdIfcApprovalAuto::m_HasExternalReferences_inv
OdDAIObjectIds m_HasExternalReferences_inv
Definition: Ifc4x2/IfcApprovalAutoImpl.h:104
OdIfc4x2::OdIfcApprovalAuto::getLevel
OdAnsiString getLevel() const
OdIfc4x2::OdIfcApprovalAuto
Definition: Ifc4x2/IfcApprovalAutoImpl.h:41
OdIfc4x2::OdIfcApprovalAuto::getDescription
OdAnsiString getDescription() const
OdIfc4x2::OdIfcApprovalAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc4x2::OdIfcApprovalAuto::typeName
virtual OdAnsiString typeName() const
OdIfc4x2::OdIfcApprovalAuto::setQualifier
void setQualifier(OdAnsiString Qualifier)
OdIfc4x2::OdIfcApprovalAuto::OdIfcApprovalAuto
OdIfcApprovalAuto()
OdIfc4x2::OdIfcApprovalAuto::m_Name
OdAnsiString m_Name
Definition: Ifc4x2/IfcApprovalAutoImpl.h:96
OdIfc4x2::OdIfcApprovalAuto::m_ApprovedObjects_inv
OdDAIObjectIds m_ApprovedObjects_inv
Definition: Ifc4x2/IfcApprovalAutoImpl.h:105
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc4x2::OdIfcApprovalAuto::m_Identifier
OdAnsiString m_Identifier
Definition: Ifc4x2/IfcApprovalAutoImpl.h:95
OdIfc4x2::OdIfcApprovalAuto::setTimeOfApproval
void setTimeOfApproval(OdAnsiString TimeOfApproval)
OdIfc4x2::OdIfcApprovalAuto::m_TimeOfApproval
OdAnsiString m_TimeOfApproval
Definition: Ifc4x2/IfcApprovalAutoImpl.h:98
OdIfc4x2::OdIfcApprovalAuto::getInvApprovedObjectsAggr
void getInvApprovedObjectsAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcApprovalAuto::m_Level
OdAnsiString m_Level
Definition: Ifc4x2/IfcApprovalAutoImpl.h:100
OdIfc::OdIfcEntity
Definition: IfcEntity.h:84
OdIfc4x2::OdIfcExternalReferenceRelationshipAuto
Definition: 2/IfcExternalReferenceRelationshipAutoImpl.h:38
Ifc4x2Enum.h
OdIfc4x2::OdIfcApprovalAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4x2::OdIfcApprovalAuto::getRequestingApproval
IfcActorSelect getRequestingApproval() const
OdIfc4x2::OdIfcApprovalAuto::getTimeOfApproval
OdAnsiString getTimeOfApproval() const
OdIfc4x2::OdIfcApprovalAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcApprovalAuto::setLevel
void setLevel(OdAnsiString Level)
OdIfc4x2::OdIfcApprovalAuto::m_RequestingApproval
IfcActorSelect m_RequestingApproval
Definition: Ifc4x2/IfcApprovalAutoImpl.h:102
OdIfc4x2::IfcActorSelect
Definition: Ifc4x2SelectTypes.h:40
OdIfc4x2::OdIfcApprovalAuto::getIdentifier
OdAnsiString getIdentifier() const
OdIfc4x2::OdIfcApprovalAuto::getGivingApproval
IfcActorSelect getGivingApproval() const
OdIfc4x2::OdIfcApprovalAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4x2::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4x2EntityTypes.h:34
OdIfc4x2::OdIfcApprovalAuto::getInvApprovedResourcesAggr
void getInvApprovedResourcesAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcApprovalAuto::m_Qualifier
OdAnsiString m_Qualifier
Definition: Ifc4x2/IfcApprovalAutoImpl.h:101
OdIfc4x2::OdIfcApprovalAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc4x2::OdIfcApprovalAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcApprovalAuto::m_ApprovedResources_inv
OdDAIObjectIds m_ApprovedResources_inv
Definition: Ifc4x2/IfcApprovalAutoImpl.h:106
OdIfc4x2::OdIfcApprovalAuto::m_Status
OdAnsiString m_Status
Definition: Ifc4x2/IfcApprovalAutoImpl.h:99
OdIfc4x2::OdIfcApprovalAuto::getInvRelatesAggr
void getInvRelatesAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcApprovalAuto::m_Description
OdAnsiString m_Description
Definition: Ifc4x2/IfcApprovalAutoImpl.h:97
OdIfc4x2::OdIfcApprovalAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc4x2::OdIfcApprovalAuto::setDescription
void setDescription(OdAnsiString Description)
OdIfc4x2::OdIfcApprovalAuto::setIdentifier
void setIdentifier(OdAnsiString Identifier)
OdIfc4x2::OdIfcApprovalAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)