Teamcenter C++ API Reference  2312
Rlz0ModelRealizationMap.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, Rlz0ModelRealizationMap
12  Filename: Rlz0ModelRealizationMap.hxx
13  Module: rlz0realization
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__REALIZATION__RLZ0MODELREALIZATIONMAP__HXX
18 #define TEAMCENTER__REALIZATION__RLZ0MODELREALIZATIONMAP__HXX
19 
20 #include <string>
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 Rlz0ModelRealizationMap;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Realization
36  {
37  class Rlz0ModelRealizationMapImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Realization
43  {
44  class Rlz0ModelRealizationMapDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Realization
50  {
51  class Rlz0ModelRealizationMapDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Realization
57  {
58  class Rlz0ModelRealizationMapGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class RLZ0REALIZATION_API Teamcenter::Realization::Rlz0ModelRealizationMap
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getRlz0is_realized( bool &value, bool &isNull ) const;
86 
94  int getRlz0source( std::string &value, bool &isNull ) const;
95 
103  int setRlz0is_realized( bool value, bool isNull=false );
104 
112  int setRlz0source( const std::string &value, bool isNull=false );
113 protected:
114  // Method to initialize
115  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
116 
121 
125  virtual ~Rlz0ModelRealizationMap();
126 
127 private:
128  // Getter method for the Implementation Object
129  Rlz0ModelRealizationMapImpl* getRlz0ModelRealizationMapImpl() const;
130  // Setter method for the Implementation Object
131  ::Teamcenter::RootObjectImpl* setRlz0ModelRealizationMapImpl( ::Teamcenter::RootObjectImpl* impl );
132 
133  // Method to set the delete impl boolean
134  void setDeleteImpl( bool del );
135 
136  // Pointer to the Implementation object
137  Rlz0ModelRealizationMapImpl* m_rlz0modelrealizationmapImpl;
138 
139  // Flag to indicate if Implementation object needs to be deleted
141 
145  static std::string name;
146 
153 
154  friend class Rlz0ModelRealizationMapDelegate;
155  friend class Rlz0ModelRealizationMapGenImpl;
156 };
157 
158 #include <rlz0realization/librlz0realization_undef.h>
159 #endif // TEAMCENTER__REALIZATION__RLZ0MODELREALIZATIONMAP__HXX