Teamcenter C++ API Reference  2312
Val0ValidationResultLog.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, Val0ValidationResultLog
12  Filename: Val0ValidationResultLog.hxx
13  Module: Val0nxvalidation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__VAL0NXVALIDATION__VAL0VALIDATIONRESULTLOG__HXX
18 #define TEAMCENTER__VAL0NXVALIDATION__VAL0VALIDATIONRESULTLOG__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
23 #include <ae/Dataset.hxx>
24 
25 #include <Val0nxvalidation/libval0nxvalidation_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace val0nxvalidation
30  {
31  class Val0ValidationResultLog;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace val0nxvalidation
37  {
38  class Val0ValidationResultLogImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace val0nxvalidation
44  {
45  class Val0ValidationResultLogDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace val0nxvalidation
51  {
52  class Val0ValidationResultLogDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace val0nxvalidation
58  {
59  class Val0ValidationResultLogGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class VAL0NXVALIDATION_API Teamcenter::val0nxvalidation::Val0ValidationResultLog
68  : public ::Teamcenter::Dataset
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getVal0OwningValResult( tag_t &value, bool &isNull ) const;
87 
94  int getVal0OwningValResultDisplayableValues( std::vector< std::string > &values );
95 protected:
96  // Method to initialize
97  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
98 
103 
107  virtual ~Val0ValidationResultLog();
108 
109 private:
110  // Getter method for the Implementation Object
111  Val0ValidationResultLogImpl* getVal0ValidationResultLogImpl() const;
112  // Setter method for the Implementation Object
113  ::Teamcenter::RootObjectImpl* setVal0ValidationResultLogImpl( ::Teamcenter::RootObjectImpl* impl );
114 
115  // Method to set the delete impl boolean
116  void setDeleteImpl( bool del );
117 
118  // Pointer to the Implementation object
119  Val0ValidationResultLogImpl* m_val0validationresultlogImpl;
120 
121  // Flag to indicate if Implementation object needs to be deleted
123 
127  static std::string name;
128 
135 
136  friend class Val0ValidationResultLogDelegate;
137  friend class Val0ValidationResultLogGenImpl;
138 };
139 
140 #include <Val0nxvalidation/libval0nxvalidation_undef.h>
141 #endif // TEAMCENTER__VAL0NXVALIDATION__VAL0VALIDATIONRESULTLOG__HXX