Teamcenter C++ API Reference  2312
Rlz0Realization.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, Rlz0Realization
12  Filename: Rlz0Realization.hxx
13  Module: rlz0realization
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__REALIZATION__RLZ0REALIZATION__HXX
18 #define TEAMCENTER__REALIZATION__RLZ0REALIZATION__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <rlz0realization/librlz0realization_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace Realization
29  {
30  class Rlz0Realization;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Realization
36  {
37  class Rlz0RealizationImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Realization
43  {
44  class Rlz0RealizationDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Realization
50  {
51  class Rlz0RealizationDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Realization
57  {
58  class Rlz0RealizationGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class RLZ0REALIZATION_API Teamcenter::Realization::Rlz0Realization
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getRlz0revision_rule( tag_t &value, bool &isNull ) const;
86 
94  int getRlz0sync_effectivity_exprs( bool &value, bool &isNull ) const;
95 
103  int getRlz0sync_source_object_attr( bool &value, bool &isNull ) const;
104 
112  int getRlz0sync_variant_exprs( bool &value, bool &isNull ) const;
113 
121  int getRlz0target_model( tag_t &value, bool &isNull ) const;
122 
130  int setRlz0revision_rule( const tag_t &value, bool isNull=false );
131 
139  int setRlz0sync_effectivity_exprs( bool value, bool isNull=false );
140 
148  int setRlz0sync_source_object_attr( bool value, bool isNull=false );
149 
157  int setRlz0sync_variant_exprs( bool value, bool isNull=false );
158 
166  int setRlz0target_model( const tag_t &value, bool isNull=false );
167 protected:
168  // Method to initialize
169  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
170 
174  Rlz0Realization();
175 
179  virtual ~Rlz0Realization();
180 
181 private:
182  // Getter method for the Implementation Object
183  Rlz0RealizationImpl* getRlz0RealizationImpl() const;
184  // Setter method for the Implementation Object
185  ::Teamcenter::RootObjectImpl* setRlz0RealizationImpl( ::Teamcenter::RootObjectImpl* impl );
186 
187  // Method to set the delete impl boolean
188  void setDeleteImpl( bool del );
189 
190  // Pointer to the Implementation object
191  Rlz0RealizationImpl* m_rlz0realizationImpl;
192 
193  // Flag to indicate if Implementation object needs to be deleted
195 
199  static std::string name;
200 
207 
208  friend class Rlz0RealizationDelegate;
209  friend class Rlz0RealizationGenImpl;
210 };
211 
212 #include <rlz0realization/librlz0realization_undef.h>
213 #endif // TEAMCENTER__REALIZATION__RLZ0REALIZATION__HXX