Teamcenter C++ API Reference  2312
Cfg0AbsConfigurationModule.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, Cfg0AbsConfigurationModule
12  Filename: Cfg0AbsConfigurationModule.hxx
13  Module: Cfg0configurator
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSCONFIGURATIONMODULE__HXX
18 #define TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSCONFIGURATIONMODULE__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Cfg0configurator/libcfg0configurator_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Cfg0configurator
30  {
31  class Cfg0AbsConfigurationModule;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Cfg0configurator
37  {
38  class Cfg0AbsConfigurationModuleImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Cfg0configurator
44  {
45  class Cfg0AbsConfigurationModuleDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Cfg0configurator
51  {
52  class Cfg0AbsConfigurationModuleDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Cfg0configurator
58  {
59  class Cfg0AbsConfigurationModuleGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class CFG0CONFIGURATOR_API Teamcenter::Cfg0configurator::Cfg0AbsConfigurationModule
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getCfg0ModulePerspective( tag_t &value, bool &isNull ) const;
87 
95  int setCfg0ChildConstraints( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
96 
104  int setCfg0ConfiguredAsOnDate( const date_t &value, bool isNull=false );
105 
113  int setCfg0ConfiguredRevisionRule( const tag_t &value, bool isNull=false );
114 protected:
115  // Method to initialize
116  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
117 
122 
126  virtual ~Cfg0AbsConfigurationModule();
127 
128 private:
129  // Getter method for the Implementation Object
130  Cfg0AbsConfigurationModuleImpl* getCfg0AbsConfigurationModuleImpl() const;
131  // Setter method for the Implementation Object
132  ::Teamcenter::RootObjectImpl* setCfg0AbsConfigurationModuleImpl( ::Teamcenter::RootObjectImpl* impl );
133 
134  // Method to set the delete impl boolean
135  void setDeleteImpl( bool del );
136 
137  // Pointer to the Implementation object
138  Cfg0AbsConfigurationModuleImpl* m_cfg0absconfigurationmoduleImpl;
139 
140  // Flag to indicate if Implementation object needs to be deleted
142 
146  static std::string name;
147 
154 
155  friend class Cfg0AbsConfigurationModuleDelegate;
156  friend class Cfg0AbsConfigurationModuleGenImpl;
157 };
158 
159 #include <Cfg0configurator/libcfg0configurator_undef.h>
160 #endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSCONFIGURATIONMODULE__HXX