Teamcenter C++ API Reference  2312
Awb0ElementExt.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, Awb0Element
12  Filename: Awb0ElementExt.hxx
13  Module: Fgf0aw4gfoundation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef FGF0__TEAMCENTER__FGF0AW4GFOUNDATION__AWB0ELEMENT__HXX
18 #define FGF0__TEAMCENTER__FGF0AW4GFOUNDATION__AWB0ELEMENT__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
25 
26 #include <Fgf0aw4gfoundation/libfgf0aw4gfoundation_exports.h>
27 
28 namespace fgf0
29 {
30  namespace Teamcenter
31  {
32  namespace Fgf0aw4gfoundation
33  {
34  class Awb0Element;
35  }
36  }
37 }
38 namespace fgf0
39 {
40  namespace Teamcenter
41  {
42  namespace Fgf0aw4gfoundation
43  {
44  class Awb0ElementImpl;
45  }
46  }
47 }
48 namespace fgf0
49 {
50  namespace Teamcenter
51  {
52  namespace Fgf0aw4gfoundation
53  {
54  class Awb0ElementDelegate;
55  }
56  }
57 }
58 namespace fgf0
59 {
60  namespace Teamcenter
61  {
62  namespace Fgf0aw4gfoundation
63  {
64  class Awb0ElementDispatch;
65  }
66  }
67 }
68 namespace fgf0
69 {
70  namespace Teamcenter
71  {
72  namespace Fgf0aw4gfoundation
73  {
74  class Awb0ElementGenImpl;
75  }
76  }
77 }
78 namespace Teamcenter
79 {
80  class RootObjectImpl;
81 }
82 
83 class FGF0AW4GFOUNDATION_API fgf0::Teamcenter::Fgf0aw4gfoundation::Awb0Element
85 {
86 public:
87 
91  Awb0Element( tag_t objTag );
96  static ::Teamcenter::BusinessObjectExtenderRegistry< fgf0::Teamcenter::Fgf0aw4gfoundation::Awb0Element >& extenderRegistry();
97 
102  static const std::string& getExtenderInterfaceName();
103 
104 
112  int getFgf0CurrentConfiguration( tag_t &value, bool &isNull ) const;
113 
120  int fgf0CanDelete( bool *verdict );
121 
128  int fgf0CanUnassignPtnMember( bool *verdict );
129 
136  int fgf0IsOrganizationCmdVisible( bool *verdict );
137 protected:
138  // Method to initialize
139  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
140 
141 
145  virtual ~Awb0Element();
146 
147 private:
148  // Getter method for the Implementation Object
149  Awb0ElementImpl* getAwb0ElementImpl() const;
150  // Setter method for the Implementation Object
151  ::Teamcenter::RootObjectImpl* setAwb0ElementImpl( ::Teamcenter::RootObjectImpl* impl );
152 
153  // Method to set the delete impl boolean
154  void setDeleteImpl( bool del );
155 
156  // Pointer to the Implementation object
157  Awb0ElementImpl* m_awb0elementImpl;
158 
159  // Flag to indicate if Implementation object needs to be deleted
161 
165  static std::string name;
166 
171  Awb0Element( const Awb0Element& );
172  Awb0Element& operator=( const Awb0Element& );
173 
174  friend class Awb0ElementDelegate;
175  friend class Awb0ElementGenImpl;
176 };
177 
178 #include <Fgf0aw4gfoundation/libfgf0aw4gfoundation_undef.h>
179 #endif // FGF0__TEAMCENTER__FGF0AW4GFOUNDATION__AWB0ELEMENT__HXX