Teamcenter C++ API Reference  2312
Mdc0ConditionalElementGroup.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Mdc0ConditionalElementGroup
12  Filename: Mdc0ConditionalElementGroup.hxx
13  Module: Mdc0mdc
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MDCONNECTIVITY__MDC0CONDITIONALELEMENTGROUP__HXX
18 #define TEAMCENTER__MDCONNECTIVITY__MDC0CONDITIONALELEMENTGROUP__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <Mdc0mdc/libmdc0mdc_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace mdconnectivity
29  {
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace mdconnectivity
36  {
37  class Mdc0ConditionalElementGroupImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace mdconnectivity
43  {
44  class Mdc0ConditionalElementGroupDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace mdconnectivity
50  {
51  class Mdc0ConditionalElementGroupDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace mdconnectivity
57  {
58  class Mdc0ConditionalElementGroupGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class MDC0MDC_API Teamcenter::mdconnectivity::Mdc0ConditionalElementGroup
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int setMdc0OrderedElementGroups( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
86 protected:
87  // Method to initialize
88  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
89 
94 
99 
100 private:
101  // Getter method for the Implementation Object
102  Mdc0ConditionalElementGroupImpl* getMdc0ConditionalElementGroupImpl() const;
103  // Setter method for the Implementation Object
104  ::Teamcenter::RootObjectImpl* setMdc0ConditionalElementGroupImpl( ::Teamcenter::RootObjectImpl* impl );
105 
106  // Method to set the delete impl boolean
107  void setDeleteImpl( bool del );
108 
109  // Pointer to the Implementation object
110  Mdc0ConditionalElementGroupImpl* m_mdc0conditionalelementgroupImpl;
111 
112  // Flag to indicate if Implementation object needs to be deleted
114 
118  static std::string name;
119 
126 
127  friend class Mdc0ConditionalElementGroupDelegate;
128  friend class Mdc0ConditionalElementGroupGenImpl;
129 };
130 
131 #include <Mdc0mdc/libmdc0mdc_undef.h>
132 #endif // TEAMCENTER__MDCONNECTIVITY__MDC0CONDITIONALELEMENTGROUP__HXX