Teamcenter C++ API Reference  2312
Att0MeasureValue.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, Att0MeasureValue
12  Filename: Att0MeasureValue.hxx
13  Module: Att0attrtargetmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef ATT0ATTRTARGETMGMT__ATT0MEASUREVALUE__HXX
18 #define ATT0ATTRTARGETMGMT__ATT0MEASUREVALUE__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_exports.h>
26 
27 namespace att0attrtargetmgmt
28 {
29  class Att0MeasureValue;
30 }
31 namespace att0attrtargetmgmt
32 {
33  class Att0MeasureValueImpl;
34 }
35 namespace att0attrtargetmgmt
36 {
37  class Att0MeasureValueDelegate;
38 }
39 namespace att0attrtargetmgmt
40 {
41  class Att0MeasureValueDispatch;
42 }
43 namespace att0attrtargetmgmt
44 {
45  class Att0MeasureValueGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class ATT0ATTRTARGETMGMT_API att0attrtargetmgmt::Att0MeasureValue
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAtt0Result( std::string &value, bool &isNull ) const;
72 
80  int setAtt0ValueTable( const tag_t &value, bool isNull=false );
81 protected:
82  // Method to initialize
83  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
84 
89 
93  virtual ~Att0MeasureValue();
94 
95 private:
96  // Getter method for the Implementation Object
97  Att0MeasureValueImpl* getAtt0MeasureValueImpl() const;
98  // Setter method for the Implementation Object
99  ::Teamcenter::RootObjectImpl* setAtt0MeasureValueImpl( ::Teamcenter::RootObjectImpl* impl );
100 
101  // Method to set the delete impl boolean
102  void setDeleteImpl( bool del );
103 
104  // Pointer to the Implementation object
105  Att0MeasureValueImpl* m_att0measurevalueImpl;
106 
107  // Flag to indicate if Implementation object needs to be deleted
109 
113  static std::string name;
114 
121 
122  friend class Att0MeasureValueDelegate;
123  friend class Att0MeasureValueGenImpl;
124 };
125 
126 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_undef.h>
127 #endif // ATT0ATTRTARGETMGMT__ATT0MEASUREVALUE__HXX