Teamcenter C++ API Reference  2312
Asp0AspectSearchDef.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, Asp0AspectSearchDef
12  Filename: Asp0AspectSearchDef.hxx
13  Module: Asp0aspect
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__ASP0ASPECT__ASP0ASPECTSEARCHDEF__HXX
18 #define TEAMCENTER__ASP0ASPECT__ASP0ASPECTSEARCHDEF__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <Asp0aspect/libasp0aspect_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace Asp0aspect
29  {
30  class Asp0AspectSearchDef;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Asp0aspect
36  {
37  class Asp0AspectSearchDefImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Asp0aspect
43  {
44  class Asp0AspectSearchDefDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Asp0aspect
50  {
51  class Asp0AspectSearchDefDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Asp0aspect
57  {
58  class Asp0AspectSearchDefGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class ASP0ASPECT_API Teamcenter::Asp0aspect::Asp0AspectSearchDef
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getAsp0AspectList( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
86 
94  int getAsp0LevelsToTraverse( int &value, bool &isNull ) const;
95 
103  int getAsp0TraverseDown( bool &value, bool &isNull ) const;
104 
112  int setAsp0AspectList( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
113 
121  int setAsp0LevelsToTraverse( int value, bool isNull=false );
122 
130  int setAsp0TraverseDown( bool value, bool isNull=false );
131 protected:
132  // Method to initialize
133  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
134 
139 
143  virtual ~Asp0AspectSearchDef();
144 
145 private:
146  // Getter method for the Implementation Object
147  Asp0AspectSearchDefImpl* getAsp0AspectSearchDefImpl() const;
148  // Setter method for the Implementation Object
149  ::Teamcenter::RootObjectImpl* setAsp0AspectSearchDefImpl( ::Teamcenter::RootObjectImpl* impl );
150 
151  // Method to set the delete impl boolean
152  void setDeleteImpl( bool del );
153 
154  // Pointer to the Implementation object
155  Asp0AspectSearchDefImpl* m_asp0aspectsearchdefImpl;
156 
157  // Flag to indicate if Implementation object needs to be deleted
159 
163  static std::string name;
164 
171 
172  friend class Asp0AspectSearchDefDelegate;
173  friend class Asp0AspectSearchDefGenImpl;
174 };
175 
176 #include <Asp0aspect/libasp0aspect_undef.h>
177 #endif // TEAMCENTER__ASP0ASPECT__ASP0ASPECTSEARCHDEF__HXX