Teamcenter C++ API Reference  2312
Fnd0StructureContext.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, Fnd0StructureContext
12  Filename: Fnd0StructureContext.hxx
13  Module: rdv
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0STRUCTURECONTEXT__HXX
18 #define TEAMCENTER__FND0STRUCTURECONTEXT__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <rdv/librdv_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0StructureContext;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0StructureContextImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0StructureContextDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0StructureContextDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0StructureContextGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class RDV_API Teamcenter::Fnd0StructureContext
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0exp_target_occurrences( std::vector< std::string > &values, std::vector< int > &isNull ) const;
72 
80  int getFnd0OccurrencePaths( std::string &value, bool &isNull ) const;
81 
89  int getFnd0sel_target_occurrences( std::vector< std::string > &values, std::vector< int > &isNull ) const;
90 
98  int setFnd0exp_target_occurrences( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
99 
107  int setFnd0OccurrencePaths( const std::string &value, bool isNull=false );
108 
116  int setFnd0sel_target_occurrences( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
117 protected:
118  // Method to initialize
119  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
120 
125 
129  virtual ~Fnd0StructureContext();
130 
131 private:
132  // Getter method for the Implementation Object
133  Fnd0StructureContextImpl* getFnd0StructureContextImpl() const;
134  // Setter method for the Implementation Object
135  ::Teamcenter::RootObjectImpl* setFnd0StructureContextImpl( ::Teamcenter::RootObjectImpl* impl );
136 
137  // Method to set the delete impl boolean
138  void setDeleteImpl( bool del );
139 
140  // Pointer to the Implementation object
141  Fnd0StructureContextImpl* m_fnd0structurecontextImpl;
142 
143  // Flag to indicate if Implementation object needs to be deleted
145 
149  static std::string name;
150 
157 
158  friend class Fnd0StructureContextDelegate;
159  friend class Fnd0StructureContextGenImpl;
160 };
161 
162 #include <rdv/librdv_undef.h>
163 #endif // TEAMCENTER__FND0STRUCTURECONTEXT__HXX