CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
Ifc2x3/IfcTaskAutoImpl.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, 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-2024 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 _IFC2X3_IFCTASK_AUTO_IMPL_H
27#define _IFC2X3_IFCTASK_AUTO_IMPL_H
28
29#include "IfcProcessAutoImpl.h"
30
35namespace OdIfc2x3 {
36
123{
124 //DOM-IGNORE-BEGIN
125 OD_EXP_DECLARE_MEMBERS(OdIfc2x3::IfcTask);
126 //DOM-IGNORE-END
127
128public:
129
130
131 //
132 // OdDAI early binding accessors
133 //
134
135
142 const OdAnsiString& getTaskId() const;
143
149 void setTaskId(const OdAnsiString& TaskId);
150
160 const OdAnsiString& getStatus() const;
161
170 void setStatus(const OdAnsiString& Status);
171
180 const OdAnsiString& getWorkMethod() const;
181
189 void setWorkMethod(const OdAnsiString& WorkMethod);
190
199 OdDAI::Boolean getIsMilestone() const;
200
208 void setIsMilestone(OdDAI::Boolean IsMilestone);
209
216 int getPriority() const;
217
223 void setPriority(int Priority);
224
225
226public:
227
232
239 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler) override;
240
247 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler) override;
248
254 virtual OdDAI::Entity* getInstanceType() const override;
255
262 virtual OdRxValue getAttr(const char * attrName) const override;
263
281 virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override;
282
287 virtual void unsetAttr(const char * explicitAttrName) override;
288
295 virtual bool testAttr(const char * explicitAttrName) const override;
296
304 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val) override;
305
312 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override;
313
319 virtual OdIfc::OdIfcEntityType type() const override;
320
327 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override;
328
333 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override;
334
341 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override;
342
350 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override;
351
352protected:
353 // Fields declaration:
354 OdAnsiString m_TaskId; // IfcIdentifier
355 OdAnsiString m_Status; // IfcLabel [optional]
356 OdAnsiString m_WorkMethod; // IfcLabel [optional]
357 OdDAI::Boolean m_IsMilestone; // BOOLEAN
358 int m_Priority; // INTEGER [optional]
359};
360
365
366} // namespace
367
368#endif // _IFC2X3_IFCTASK_AUTO_IMPL_H
#define IFC2X3_EXPORT
OdResult
Definition OdResult.h:29
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override
OdDAI::Boolean getIsMilestone() const
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
virtual bool testAttr(const char *explicitAttrName) const override
virtual OdRxValue getAttr(const char *attrName) const override
int getPriority() const
const OdAnsiString & getStatus() const
virtual OdDAI::Entity * getInstanceType() const override
virtual OdIfc::OdIfcEntityType type() const override
virtual bool comparedToEarlyImpl(const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override
const OdAnsiString & getTaskId() const
void setWorkMethod(const OdAnsiString &WorkMethod)
void setStatus(const OdAnsiString &Status)
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler) override
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val) override
const OdAnsiString & getWorkMethod() const
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override
void setPriority(int Priority)
void setTaskId(const OdAnsiString &TaskId)
void setIsMilestone(OdDAI::Boolean IsMilestone)
virtual void unsetAttr(const char *explicitAttrName) override
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler) override
OdSmartPtr< IfcTask > IfcTaskPtr
Ordering
Definition RxObject.h:295