CFx SDK Documentation  2020SP3
2/IfcRecurrencePatternAutoImpl.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 _IFCRECURRENCEPATTERN_AUTO_IMPL_4x2_H
27 #define _IFCRECURRENCEPATTERN_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  //
54  void getDayComponentAggr(OdArray<int> &aggregate) const;
55  void setDayComponentAggr(const OdArray<int> &aggregate);
56  void getWeekdayComponentAggr(OdArray<int> &aggregate) const;
57  void setWeekdayComponentAggr(const OdArray<int> &aggregate);
58  void getMonthComponentAggr(OdArray<int> &aggregate) const;
59  void setMonthComponentAggr(const OdArray<int> &aggregate);
60  int getPosition() const;
61  void setPosition(int Position);
62  int getInterval() const;
63  void setInterval(int Interval);
64  int getOccurrences() const;
65  void setOccurrences(int Occurrences);
66  void getTimePeriodsAggr(OdDAIObjectIds &aggregate) const;
67  void setTimePeriodsAggr(const OdDAIObjectIds &aggregate);
68 
70  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
71  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
72  virtual bool isKindOf(OdIfcEntityType entityType) const;
73  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
74  virtual OdDAI::Entity* getInstanceType() const;
75  virtual OdIfcEntityType type() const;
76  virtual OdAnsiString typeName() const;
77  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
78  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
79  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
80  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
81  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
82  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
83  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
84  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
85 
86 protected:
87  // Fields declaration:
89  OdArray<int> m_DayComponent; // SET [1:?] OF IfcDayInMonthNumber // optional
90  OdArray<int> m_WeekdayComponent; // SET [1:?] OF IfcDayInWeekNumber // optional
91  OdArray<int> m_MonthComponent; // SET [1:?] OF IfcMonthInYearNumber // optional
92  int m_Position; // optional
93  int m_Interval; // optional
94  int m_Occurrences; // optional
95  OdDAIObjectIds m_TimePeriods; // LIST [1:?] OF IfcTimePeriod // optional
96 };
97 
98 } // namespace
99 
100 #endif // _IFCRECURRENCEPATTERN_AUTO_IMPL_4x2_H
OdResult
OdResult
Definition: OdResult.h:29
OdIfc4x2::OdIfcRecurrencePatternAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc4x2::OdIfcRecurrencePatternAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4x2::OdIfcRecurrencePatternAuto::typeName
virtual OdAnsiString typeName() const
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
Ifc4x2SelectTypes.h
OdIfc4x2::OdIfcRecurrencePatternAuto::setOccurrences
void setOccurrences(int Occurrences)
OdPdfPublish::Label::Position
Position
Definition: PdfPublishCommon.h:361
OdIfc4x2::OdIfcRecurrencePatternAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
IfcPubCommon.h
OdIfc4x2::OdIfcRecurrencePatternAuto::OdIfcRecurrencePatternAuto
OdIfcRecurrencePatternAuto()
OdIfc4x2::OdIfcRecurrencePatternAuto
Definition: 2/IfcRecurrencePatternAutoImpl.h:41
OdIfc4x2::OdIfcRecurrencePatternAuto::setDayComponentAggr
void setDayComponentAggr(const OdArray< int > &aggregate)
OdIfc4x2::OdIfcRecurrencePatternAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc4x2::OdIfcRecurrencePatternAuto::setWeekdayComponentAggr
void setWeekdayComponentAggr(const OdArray< int > &aggregate)
IFC4X2_EXPORT
#define IFC4X2_EXPORT
Definition: IfcBuildOptions.h:52
OdIfc4x2::OdIfcRecurrencePatternAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdArray< int >
OdIfc4x2::OdIfcRecurrencePatternAuto::getWeekdayComponentAggr
void getWeekdayComponentAggr(OdArray< int > &aggregate) const
IfcCollectionTypes.h
OdIfc4x2::OdIfcRecurrencePatternAuto::getPosition
int getPosition() const
OdIfc4x2::OdIfcRecurrencePatternAuto::m_DayComponent
OdArray< int > m_DayComponent
Definition: 2/IfcRecurrencePatternAutoImpl.h:89
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::OdIfcRecurrencePatternAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc4x2::OdIfcRecurrencePatternAuto::setPosition
void setPosition(int Position)
OdIfc4x2::OdIfcRecurrencePatternAuto::getOccurrences
int getOccurrences() const
OdIfc4x2::OdIfcRecurrencePatternAuto::m_WeekdayComponent
OdArray< int > m_WeekdayComponent
Definition: 2/IfcRecurrencePatternAutoImpl.h:90
OdIfc4x2::OdIfcRecurrencePatternAuto::setInterval
void setInterval(int Interval)
OdIfc4x2::OdIfcRecurrencePatternAuto::getMonthComponentAggr
void getMonthComponentAggr(OdArray< int > &aggregate) const
OdIfc4x2::OdIfcRecurrencePatternAuto::m_Occurrences
int m_Occurrences
Definition: 2/IfcRecurrencePatternAutoImpl.h:94
OdIfc4x2::OdIfcRecurrencePatternAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc4x2::OdIfcRecurrencePatternAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4x2::OdIfcRecurrencePatternAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc::OdIfcEntity
Definition: IfcEntity.h:84
Ifc4x2Enum.h
OdIfc4x2::OdIfcRecurrencePatternAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
OdIfc4x2::OdIfcRecurrencePatternAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc4x2::OdIfcRecurrencePatternAuto::type
virtual OdIfcEntityType type() const
OdIfc4x2::OdIfcRecurrencePatternAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4x2::OdIfcRecurrencePatternAuto::m_Position
int m_Position
Definition: 2/IfcRecurrencePatternAutoImpl.h:92
OdIfc4x2::OdIfcRecurrencePatternAuto::m_MonthComponent
OdArray< int > m_MonthComponent
Definition: 2/IfcRecurrencePatternAutoImpl.h:91
OdIfc4x2::IfcRecurrenceTypeEnum
Definition: Ifc4x2Enum.h:4659
OdIfc4x2::OdIfcRecurrencePatternAuto::getInterval
int getInterval() const
OdIfc4x2::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4x2EntityTypes.h:34
OdIfc4x2::OdIfcRecurrencePatternAuto::m_Interval
int m_Interval
Definition: 2/IfcRecurrencePatternAutoImpl.h:93
OdIfc4x2::OdIfcRecurrencePatternAuto::setTimePeriodsAggr
void setTimePeriodsAggr(const OdDAIObjectIds &aggregate)
OdIfc4x2::OdIfcRecurrencePatternAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcRecurrencePatternAuto::setRecurrenceType
void setRecurrenceType(IfcRecurrenceTypeEnum RecurrenceType)
OdIfc4x2::OdIfcRecurrencePatternAuto::m_TimePeriods
OdDAIObjectIds m_TimePeriods
Definition: 2/IfcRecurrencePatternAutoImpl.h:95
OdIfc4x2::OdIfcRecurrencePatternAuto::getRecurrenceType
IfcRecurrenceTypeEnum getRecurrenceType() const
OdIfc4x2::OdIfcRecurrencePatternAuto::setMonthComponentAggr
void setMonthComponentAggr(const OdArray< int > &aggregate)
OdIfc4x2::OdIfcRecurrencePatternAuto::getTimePeriodsAggr
void getTimePeriodsAggr(OdDAIObjectIds &aggregate) const
OdIfc4x2::OdIfcRecurrencePatternAuto::getDayComponentAggr
void getDayComponentAggr(OdArray< int > &aggregate) const
OdIfc4x2::OdIfcRecurrencePatternAuto::m_RecurrenceType
IfcRecurrenceTypeEnum m_RecurrenceType
Definition: 2/IfcRecurrencePatternAutoImpl.h:88