CFx SDK Documentation  2020SP3
Ifc2x3/IfcTaskAutoImpl.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 _IFCTASK_AUTO_IMPL_2x3_H
27 #define _IFCTASK_AUTO_IMPL_2x3_H
28 
29 #include "IfcProcessAutoImpl.h"
30 
35 namespace OdIfc2x3 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
49  OdAnsiString getTaskId() const;
50  void setTaskId(OdAnsiString TaskId);
51  OdAnsiString getStatus() const;
52  void setStatus(OdAnsiString Status);
53  OdAnsiString getWorkMethod() const;
54  void setWorkMethod(OdAnsiString WorkMethod);
55  bool getIsMilestone() const;
56  void setIsMilestone(bool IsMilestone);
57  int getPriority() const;
58  void setPriority(int Priority);
59 
61  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
62  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
63  virtual bool isKindOf(OdIfcEntityType entityType) const;
64  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
65  virtual OdDAI::Entity* getInstanceType() const;
66  virtual OdIfcEntityType type() const;
67  virtual OdAnsiString typeName() const;
68  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
69  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
70  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
71  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
72  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
73  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
74  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
75  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
76 
77 protected:
78  // Fields declaration:
79  OdAnsiString m_TaskId;
80  OdAnsiString m_Status; // optional
81  OdAnsiString m_WorkMethod; // optional
83  int m_Priority; // optional
84 };
85 
86 } // namespace
87 
88 #endif // _IFCTASK_AUTO_IMPL_2x3_H
OdIfc2x3::OdIfcTaskAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdResult
OdResult
Definition: OdResult.h:29
IFC2X3_EXPORT
#define IFC2X3_EXPORT
Definition: IfcBuildOptions.h:36
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc2x3::OdIfcTaskAuto::setTaskId
void setTaskId(OdAnsiString TaskId)
OdIfc2x3::OdIfcTaskAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc2x3::OdIfcTaskAuto::m_TaskId
OdAnsiString m_TaskId
Definition: Ifc2x3/IfcTaskAutoImpl.h:79
OdIfc2x3::OdIfcTaskAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
IfcProcessAutoImpl.h
OdIfc2x3::OdIfcTaskAuto::OdIfcTaskAuto
OdIfcTaskAuto()
OdIfc2x3::OdIfcTaskAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc2x3::OdIfcTaskAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdIfc2x3::OdIfcTaskAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdIfc2x3::OdIfcTaskAuto::getIsMilestone
bool getIsMilestone() const
OdIfc2x3::OdIfcTaskAuto::getPriority
int getPriority() const
OdIfc2x3::OdIfcTaskAuto::typeName
virtual OdAnsiString typeName() const
OdIfc2x3::OdIfcTaskAuto
Definition: Ifc2x3/IfcTaskAutoImpl.h:38
OdIfc2x3
Definition: Ifc2DCompositeCurveAutoImpl.h:35
OdIfc2x3::OdIfcTaskAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdRxValue
Definition: RxValue.h:64
OdIfc2x3::OdIfcTaskAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc2x3::OdIfcEntityType
OdIfcEntityType
Definition: Ifc2x3EntityTypes.h:34
OdIfc2x3::OdIfcTaskAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc2x3::OdIfcProcessAuto
Definition: Ifc2x3/IfcProcessAutoImpl.h:38
OdIfc2x3::OdIfcTaskAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc2x3::OdIfcTaskAuto::getStatus
OdAnsiString getStatus() const
OdIfc2x3::OdIfcTaskAuto::m_WorkMethod
OdAnsiString m_WorkMethod
Definition: Ifc2x3/IfcTaskAutoImpl.h:81
OdIfc2x3::OdIfcTaskAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc2x3::OdIfcTaskAuto::setIsMilestone
void setIsMilestone(bool IsMilestone)
OdIfc2x3::OdIfcTaskAuto::m_IsMilestone
bool m_IsMilestone
Definition: Ifc2x3/IfcTaskAutoImpl.h:82
OdIfc2x3::OdIfcTaskAuto::getWorkMethod
OdAnsiString getWorkMethod() const
OdIfc2x3::OdIfcTaskAuto::type
virtual OdIfcEntityType type() const
OdIfc2x3::OdIfcTaskAuto::getTaskId
OdAnsiString getTaskId() const
OdIfc2x3::OdIfcTaskAuto::setPriority
void setPriority(int Priority)
OdIfc2x3::OdIfcTaskAuto::m_Status
OdAnsiString m_Status
Definition: Ifc2x3/IfcTaskAutoImpl.h:80
OdIfc2x3::OdIfcTaskAuto::setStatus
void setStatus(OdAnsiString Status)
OdIfc2x3::OdIfcTaskAuto::m_Priority
int m_Priority
Definition: Ifc2x3/IfcTaskAutoImpl.h:83
OdIfc2x3::OdIfcTaskAuto::setWorkMethod
void setWorkMethod(OdAnsiString WorkMethod)
OdIfc2x3::OdIfcTaskAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc2x3::OdIfcTaskAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)