Teamcenter C++ API Reference  2312
Scp0Analyte.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, Scp0Analyte
12  Filename: Scp0Analyte.hxx
13  Module: scp0subscmpl
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef SUBSCMPL__SCP0ANALYTE__HXX
18 #define SUBSCMPL__SCP0ANALYTE__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <scp0subscmpl/libscp0subscmpl_exports.h>
26 
27 namespace subscmpl
28 {
29  class Scp0Analyte;
30 }
31 namespace subscmpl
32 {
33  class Scp0AnalyteImpl;
34 }
35 namespace subscmpl
36 {
37  class Scp0AnalyteDelegate;
38 }
39 namespace subscmpl
40 {
41  class Scp0AnalyteDispatch;
42 }
43 namespace subscmpl
44 {
45  class Scp0AnalyteGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class SCP0SUBSCMPL_API subscmpl::Scp0Analyte
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getScp0RelatedSubstance( tag_t &value, bool &isNull ) const;
72 
80  int getScp0ReportedConcentrations( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
81 protected:
82  // Method to initialize
83  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
84 
88  Scp0Analyte();
89 
93  virtual ~Scp0Analyte();
94 
95 private:
96  // Getter method for the Implementation Object
97  Scp0AnalyteImpl* getScp0AnalyteImpl() const;
98  // Setter method for the Implementation Object
99  ::Teamcenter::RootObjectImpl* setScp0AnalyteImpl( ::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  Scp0AnalyteImpl* m_scp0analyteImpl;
106 
107  // Flag to indicate if Implementation object needs to be deleted
109 
113  static std::string name;
114 
119  Scp0Analyte( const Scp0Analyte& );
120  Scp0Analyte& operator=( const Scp0Analyte& );
121 
122  friend class Scp0AnalyteDelegate;
123  friend class Scp0AnalyteGenImpl;
124 };
125 
126 #include <scp0subscmpl/libscp0subscmpl_undef.h>
127 #endif // SUBSCMPL__SCP0ANALYTE__HXX