Teamcenter C++ API Reference  2312
Prg0AbsPlan.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, Prg0AbsPlan
12  Filename: Prg0AbsPlan.hxx
13  Module: prg0programinfra
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPLAN__HXX
18 #define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPLAN__HXX
19 
20 #include <string>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <prg0programinfra/libprg0programinfra_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace ProgramInfra
29  {
30  namespace prg0programinfra
31  {
32  class Prg0AbsPlan;
33  }
34  }
35 }
36 namespace Teamcenter
37 {
38  namespace ProgramInfra
39  {
40  namespace prg0programinfra
41  {
42  class Prg0AbsPlanImpl;
43  }
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace ProgramInfra
49  {
50  namespace prg0programinfra
51  {
52  class Prg0AbsPlanDelegate;
53  }
54  }
55 }
56 namespace Teamcenter
57 {
58  namespace ProgramInfra
59  {
60  namespace prg0programinfra
61  {
62  class Prg0AbsPlanDispatch;
63  }
64  }
65 }
66 namespace Teamcenter
67 {
68  namespace ProgramInfra
69  {
70  namespace prg0programinfra
71  {
72  class Prg0AbsPlanGenImpl;
73  }
74  }
75 }
76 namespace Teamcenter
77 {
78  class RootObjectImpl;
79 }
80 
81 class PRG0PROGRAMINFRA_API Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsPlan
83 {
84 public:
85 
90  static const std::string& getInterfaceName();
91 
92 
100  int getPrg0AllowedChildTypes( std::string &value, bool &isNull ) const;
101 
109  int getPrg0AllowsChildren( bool &value, bool &isNull ) const;
110 protected:
111  // Method to initialize
112  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
113 
117  Prg0AbsPlan();
118 
122  virtual ~Prg0AbsPlan();
123 
124 private:
125  // Getter method for the Implementation Object
126  Prg0AbsPlanImpl* getPrg0AbsPlanImpl() const;
127  // Setter method for the Implementation Object
128  ::Teamcenter::RootObjectImpl* setPrg0AbsPlanImpl( ::Teamcenter::RootObjectImpl* impl );
129 
130  // Method to set the delete impl boolean
131  void setDeleteImpl( bool del );
132 
133  // Pointer to the Implementation object
134  Prg0AbsPlanImpl* m_prg0absplanImpl;
135 
136  // Flag to indicate if Implementation object needs to be deleted
138 
142  static std::string name;
143 
148  Prg0AbsPlan( const Prg0AbsPlan& );
149  Prg0AbsPlan& operator=( const Prg0AbsPlan& );
150 
151  friend class Prg0AbsPlanDelegate;
152  friend class Prg0AbsPlanGenImpl;
153 };
154 
155 #include <prg0programinfra/libprg0programinfra_undef.h>
156 #endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPLAN__HXX