Teamcenter C++ API Reference  2312
CondValResult.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, CondValResult
12  Filename: CondValResult.hxx
13  Module: condvalidation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CONDVALRESULT__HXX
18 #define TEAMCENTER__CONDVALRESULT__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <condvalidation/libcondvalidation_exports.h>
26 
27 namespace Teamcenter
28 {
29  class CondValResult;
30 }
31 namespace Teamcenter
32 {
33  class CondValResultImpl;
34 }
35 namespace Teamcenter
36 {
37  class CondValResultDelegate;
38 }
39 namespace Teamcenter
40 {
41  class CondValResultDispatch;
42 }
43 namespace Teamcenter
44 {
45  class CondValResultGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CONDVALIDATION_API Teamcenter::CondValResult
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getClient_target( tag_t &value, bool &isNull ) const;
72 
80  int getCondition( tag_t &value, bool &isNull ) const;
81 
89  int getCondition_desc( std::string &value, bool &isNull ) const;
90 
98  int getCondition_name( std::string &value, bool &isNull ) const;
99 
107  int getContext( tag_t &value, bool &isNull ) const;
108 
116  int getValagent_revision( tag_t &value, bool &isNull ) const;
117 
125  int setClient_target( const tag_t &value, bool isNull=false );
126 
134  int setCondition( const tag_t &value, bool isNull=false );
135 
143  int setContext( const tag_t &value, bool isNull=false );
144 
152  int setValagent_revision( const tag_t &value, bool isNull=false );
153 protected:
154  // Method to initialize
155  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
156 
160  CondValResult();
161 
165  virtual ~CondValResult();
166 
167 private:
168  // Getter method for the Implementation Object
169  CondValResultImpl* getCondValResultImpl() const;
170  // Setter method for the Implementation Object
171  ::Teamcenter::RootObjectImpl* setCondValResultImpl( ::Teamcenter::RootObjectImpl* impl );
172 
173  // Method to set the delete impl boolean
174  void setDeleteImpl( bool del );
175 
176  // Pointer to the Implementation object
177  CondValResultImpl* m_condvalresultImpl;
178 
179  // Flag to indicate if Implementation object needs to be deleted
181 
185  static std::string name;
186 
191  CondValResult( const CondValResult& );
193 
194  friend class CondValResultDelegate;
195  friend class CondValResultGenImpl;
196 };
197 
198 #include <condvalidation/libcondvalidation_undef.h>
199 #endif // TEAMCENTER__CONDVALRESULT__HXX