Teamcenter C++ API Reference  2312
Awb0PositionedElement.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, Awb0PositionedElement
12  Filename: Awb0PositionedElement.hxx
13  Module: awb0occmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__AWB0POSITIONEDELEMENT__HXX
18 #define TEAMCENTER__AWB0POSITIONEDELEMENT__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <awb0occmgmt/libawb0occmgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Awb0PositionedElement;
30 }
31 namespace Teamcenter
32 {
33  class Awb0PositionedElementImpl;
34 }
35 namespace Teamcenter
36 {
37  class Awb0PositionedElementDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Awb0PositionedElementDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Awb0PositionedElementGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class AWB0OCCMGMT_API Teamcenter::Awb0PositionedElement
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAwb0HasReflection( bool &value, bool &isNull ) const;
72 
80  int getAwb0IsTransformOverridden( bool &value, bool &isNull ) const;
81 
89  int getAwb0SubstituteList( std::string &value, bool &isNull ) const;
90 
97  int getAwb0SubstituteListDisplayableValues( std::vector< std::string > &values );
98 protected:
99  // Method to initialize
100  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
101 
106 
110  virtual ~Awb0PositionedElement();
111 
112 private:
113  // Getter method for the Implementation Object
114  Awb0PositionedElementImpl* getAwb0PositionedElementImpl() const;
115  // Setter method for the Implementation Object
116  ::Teamcenter::RootObjectImpl* setAwb0PositionedElementImpl( ::Teamcenter::RootObjectImpl* impl );
117 
118  // Method to set the delete impl boolean
119  void setDeleteImpl( bool del );
120 
121  // Pointer to the Implementation object
122  Awb0PositionedElementImpl* m_awb0positionedelementImpl;
123 
124  // Flag to indicate if Implementation object needs to be deleted
126 
130  static std::string name;
131 
138 
139  friend class Awb0PositionedElementDelegate;
140  friend class Awb0PositionedElementGenImpl;
141 };
142 
143 #include <awb0occmgmt/libawb0occmgmt_undef.h>
144 #endif // TEAMCENTER__AWB0POSITIONEDELEMENT__HXX