Teamcenter C++ API Reference  2312
Fgf0ParentPartitionsProvider.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, Fgf0ParentPartitionsProvider
12  Filename: Fgf0ParentPartitionsProvider.hxx
13  Module: Fgf0aw4gfoundation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FGF0AW4GFOUNDATION__FGF0PARENTPARTITIONSPROVIDER__HXX
18 #define TEAMCENTER__FGF0AW4GFOUNDATION__FGF0PARENTPARTITIONSPROVIDER__HXX
19 
20 #include <common/tc_deprecation_macros.h>
21 #include <tc/Fnd0BaseProvider.hxx>
22 
23 #include <Fgf0aw4gfoundation/libfgf0aw4gfoundation_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace Fgf0aw4gfoundation
28  {
29  class Fgf0ParentPartitionsProvider;
30  }
31 }
32 namespace Teamcenter
33 {
34  namespace Fgf0aw4gfoundation
35  {
36  class Fgf0ParentPartitionsProviderImpl;
37  }
38 }
39 namespace Teamcenter
40 {
41  namespace Fgf0aw4gfoundation
42  {
43  class Fgf0ParentPartitionsProviderDelegate;
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace Fgf0aw4gfoundation
49  {
50  class Fgf0ParentPartitionsProviderDispatch;
51  }
52 }
53 namespace Teamcenter
54 {
55  namespace Fgf0aw4gfoundation
56  {
57  class Fgf0ParentPartitionsProviderGenImpl;
58  }
59 }
60 namespace Teamcenter
61 {
62  class RootObjectImpl;
63 }
64 
65 class FGF0AW4GFOUNDATION_API Teamcenter::Fgf0aw4gfoundation::Fgf0ParentPartitionsProvider
67 {
68 public:
69 
74  static const std::string& getInterfaceName();
75 
76 protected:
77  // Method to initialize
78  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
79 
84 
89 
90 private:
91  // Getter method for the Implementation Object
92  Fgf0ParentPartitionsProviderImpl* getFgf0ParentPartitionsProviderImpl() const;
93  // Setter method for the Implementation Object
94  ::Teamcenter::RootObjectImpl* setFgf0ParentPartitionsProviderImpl( ::Teamcenter::RootObjectImpl* impl );
95 
96  // Method to set the delete impl boolean
97  void setDeleteImpl( bool del );
98 
99  // Pointer to the Implementation object
100  Fgf0ParentPartitionsProviderImpl* m_fgf0parentpartitionsproviderImpl;
101 
102  // Flag to indicate if Implementation object needs to be deleted
104 
108  static std::string name;
109 
116 
117  friend class Fgf0ParentPartitionsProviderDelegate;
118  friend class Fgf0ParentPartitionsProviderGenImpl;
119 };
120 
121 #include <Fgf0aw4gfoundation/libfgf0aw4gfoundation_undef.h>
122 #endif // TEAMCENTER__FGF0AW4GFOUNDATION__FGF0PARENTPARTITIONSPROVIDER__HXX