Teamcenter C++ API Reference  2312
Cls0GroupNode.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //
4 //Copyright $2023.
5 //Siemens Product Lifecycle Management Software Inc.
6 //All Rights Reserved.
7 //==================================================
8 //Copyright 2022 Siemens Digital Industries Software
9 
10 /*==================================================================================================
11 File description:
12  This file contains the declaration for the Business Object, Cls0GroupNode
13  Filename: Cls0GroupNode.hxx
14  Module: Cls0classification
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef TEAMCENTER__CLASSIFICATION__CLS0GROUPNODE__HXX
19 #define TEAMCENTER__CLASSIFICATION__CLS0GROUPNODE__HXX
20 
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Cls0classification/libcls0classification_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Classification
30  {
31  class Cls0GroupNode;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Classification
37  {
38  class Cls0GroupNodeImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Classification
44  {
45  class Cls0GroupNodeDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Classification
51  {
52  class Cls0GroupNodeDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Classification
58  {
59  class Cls0GroupNodeGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class CLS0CLASSIFICATION_API Teamcenter::Classification::Cls0GroupNode
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getCls0HierarchyPosition( std::string &value, bool &isNull ) const;
87 
95  int setCls0HierarchyPosition( const std::string &value, bool isNull=false );
96 protected:
97  // Method to initialize
98  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
99 
103  Cls0GroupNode();
104 
108  virtual ~Cls0GroupNode();
109 
110 private:
111  // Getter method for the Implementation Object
112  Cls0GroupNodeImpl* getCls0GroupNodeImpl() const;
113  // Setter method for the Implementation Object
114  ::Teamcenter::RootObjectImpl* setCls0GroupNodeImpl( ::Teamcenter::RootObjectImpl* impl );
115 
116  // Method to set the delete impl boolean
117  void setDeleteImpl( bool del );
118 
119  // Pointer to the Implementation object
120  Cls0GroupNodeImpl* m_cls0groupnodeImpl;
121 
122  // Flag to indicate if Implementation object needs to be deleted
124 
128  static std::string name;
129 
134  Cls0GroupNode( const Cls0GroupNode& );
136 
137  friend class Cls0GroupNodeDelegate;
138  friend class Cls0GroupNodeGenImpl;
139 };
140 
141 #include <Cls0classification/libcls0classification_undef.h>
142 #endif // TEAMCENTER__CLASSIFICATION__CLS0GROUPNODE__HXX