Teamcenter C++ API Reference  2312
Att0MeasureValueDbl.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, Att0MeasureValueDbl
12  Filename: Att0MeasureValueDbl.hxx
13  Module: Att0attrtargetmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef ATT0ATTRTARGETMGMT__ATT0MEASUREVALUEDBL__HXX
18 #define ATT0ATTRTARGETMGMT__ATT0MEASUREVALUEDBL__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_exports.h>
26 
27 namespace att0attrtargetmgmt
28 {
29  class Att0MeasureValueDbl;
30 }
31 namespace att0attrtargetmgmt
32 {
33  class Att0MeasureValueDblImpl;
34 }
35 namespace att0attrtargetmgmt
36 {
37  class Att0MeasureValueDblDelegate;
38 }
39 namespace att0attrtargetmgmt
40 {
41  class Att0MeasureValueDblDispatch;
42 }
43 namespace att0attrtargetmgmt
44 {
45  class Att0MeasureValueDblGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class ATT0ATTRTARGETMGMT_API att0attrtargetmgmt::Att0MeasureValueDbl
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAtt0DisplayValue( std::string &value, bool &isNull ) const;
72 
79  int getAtt0ValueDisplayableValues( std::vector< std::string > &values );
80 
88  int setAtt0Value( double value, bool isNull=false );
89 protected:
90  // Method to initialize
91  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
92 
97 
101  virtual ~Att0MeasureValueDbl();
102 
103 private:
104  // Getter method for the Implementation Object
105  Att0MeasureValueDblImpl* getAtt0MeasureValueDblImpl() const;
106  // Setter method for the Implementation Object
107  ::Teamcenter::RootObjectImpl* setAtt0MeasureValueDblImpl( ::Teamcenter::RootObjectImpl* impl );
108 
109  // Method to set the delete impl boolean
110  void setDeleteImpl( bool del );
111 
112  // Pointer to the Implementation object
113  Att0MeasureValueDblImpl* m_att0measurevaluedblImpl;
114 
115  // Flag to indicate if Implementation object needs to be deleted
117 
121  static std::string name;
122 
129 
130  friend class Att0MeasureValueDblDelegate;
131  friend class Att0MeasureValueDblGenImpl;
132 };
133 
134 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_undef.h>
135 #endif // ATT0ATTRTARGETMGMT__ATT0MEASUREVALUEDBL__HXX