Teamcenter C++ API Reference  2312
Tgm0AbsTargetElement.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, Tgm0AbsTargetElement
12  Filename: Tgm0AbsTargetElement.hxx
13  Module: tgm0targetmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__TGM0TARGETMGMT__TGM0ABSTARGETELEMENT__HXX
18 #define TEAMCENTER__TGM0TARGETMGMT__TGM0ABSTARGETELEMENT__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <tgm0targetmgmt/libtgm0targetmgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Tgm0TargetMgmt
30  {
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Tgm0TargetMgmt
37  {
38  class Tgm0AbsTargetElementImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Tgm0TargetMgmt
44  {
45  class Tgm0AbsTargetElementDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Tgm0TargetMgmt
51  {
52  class Tgm0AbsTargetElementDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Tgm0TargetMgmt
58  {
59  class Tgm0AbsTargetElementGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class TGM0TARGETMGMT_API Teamcenter::Tgm0TargetMgmt::Tgm0AbsTargetElement
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getTgm0ChildTargets( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
87 
95  int getTgm0IsDistributionAllowed( bool &value, bool &isNull ) const;
96 
104  int getTgm0UoM( std::string &value, bool &isNull ) const;
105 protected:
106  // Method to initialize
107  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
108 
113 
117  virtual ~Tgm0AbsTargetElement();
118 
119 private:
120  // Getter method for the Implementation Object
121  Tgm0AbsTargetElementImpl* getTgm0AbsTargetElementImpl() const;
122  // Setter method for the Implementation Object
123  ::Teamcenter::RootObjectImpl* setTgm0AbsTargetElementImpl( ::Teamcenter::RootObjectImpl* impl );
124 
125  // Method to set the delete impl boolean
126  void setDeleteImpl( bool del );
127 
128  // Pointer to the Implementation object
129  Tgm0AbsTargetElementImpl* m_tgm0abstargetelementImpl;
130 
131  // Flag to indicate if Implementation object needs to be deleted
133 
137  static std::string name;
138 
145 
146  friend class Tgm0AbsTargetElementDelegate;
147  friend class Tgm0AbsTargetElementGenImpl;
148 };
149 
150 #include <tgm0targetmgmt/libtgm0targetmgmt_undef.h>
151 #endif // TEAMCENTER__TGM0TARGETMGMT__TGM0ABSTARGETELEMENT__HXX