Teamcenter C++ API Reference  2312
Att0MeasurableAttributePnt.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, Att0MeasurableAttributePnt
12  Filename: Att0MeasurableAttributePnt.hxx
13  Module: Att0attrtargetmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef ATT0ATTRTARGETMGMT__ATT0MEASURABLEATTRIBUTEPNT__HXX
18 #define ATT0ATTRTARGETMGMT__ATT0MEASURABLEATTRIBUTEPNT__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 Att0MeasurableAttributePnt;
30 }
31 namespace att0attrtargetmgmt
32 {
33  class Att0MeasurableAttributePntImpl;
34 }
35 namespace att0attrtargetmgmt
36 {
37  class Att0MeasurableAttributePntDelegate;
38 }
39 namespace att0attrtargetmgmt
40 {
41  class Att0MeasurableAttributePntDispatch;
42 }
43 namespace att0attrtargetmgmt
44 {
45  class Att0MeasurableAttributePntGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class ATT0ATTRTARGETMGMT_API att0attrtargetmgmt::Att0MeasurableAttributePnt
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAtt0AsUsedValue( std::string &value, bool &isNull ) const;
72 
80  int getAtt0CurrentValue( tag_t &value, bool &isNull ) const;
81 
89  int getAtt0Goal( std::string &value, bool &isNull ) const;
90 
99  int getAtt0Max( std::string &value, bool &isNull, bool &hasReadAccess ) const;
100 
108  int getAtt0Measurement( tag_t &value, bool &isNull ) const;
109 
118  int getAtt0Min( std::string &value, bool &isNull, bool &hasReadAccess ) const;
119 
127  int setAtt0AsUsedValue( const std::string &value, bool isNull=false );
128 
136  int setAtt0CurrentValue( const tag_t &value, bool isNull=false );
137 
145  int setAtt0Goal( const std::string &value, bool isNull=false );
146 
154  int setAtt0Max( const std::string &value, bool isNull=false );
155 
163  int setAtt0Measurement( const tag_t &value, bool isNull=false );
164 
172  int setAtt0Min( const std::string &value, bool isNull=false );
173 protected:
174  // Method to initialize
175  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
176 
181 
185  virtual ~Att0MeasurableAttributePnt();
186 
187 private:
188  // Getter method for the Implementation Object
189  Att0MeasurableAttributePntImpl* getAtt0MeasurableAttributePntImpl() const;
190  // Setter method for the Implementation Object
191  ::Teamcenter::RootObjectImpl* setAtt0MeasurableAttributePntImpl( ::Teamcenter::RootObjectImpl* impl );
192 
193  // Method to set the delete impl boolean
194  void setDeleteImpl( bool del );
195 
196  // Pointer to the Implementation object
197  Att0MeasurableAttributePntImpl* m_att0measurableattributepntImpl;
198 
199  // Flag to indicate if Implementation object needs to be deleted
201 
205  static std::string name;
206 
213 
214  friend class Att0MeasurableAttributePntDelegate;
215  friend class Att0MeasurableAttributePntGenImpl;
216 };
217 
218 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_undef.h>
219 #endif // ATT0ATTRTARGETMGMT__ATT0MEASURABLEATTRIBUTEPNT__HXX