Teamcenter C++ API Reference  2312
Fnd0BvrFastener.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, Fnd0BvrFastener
12  Filename: Fnd0BvrFastener.hxx
13  Module: Fnd0FastenerMgmtBvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0BVRFASTENER__HXX
18 #define TEAMCENTER__FND0BVRFASTENER__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <unidefs.h>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <Fnd0FastenerMgmtBvr/libfnd0fastenermgmtbvr_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Fnd0BvrFastener;
31 }
32 namespace Teamcenter
33 {
34  class Fnd0BvrFastenerImpl;
35 }
36 namespace Teamcenter
37 {
38  class Fnd0BvrFastenerDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Fnd0BvrFastenerDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Fnd0BvrFastenerGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class FND0FASTENERMGMTBVR_API Teamcenter::Fnd0BvrFastener
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFnd0FastenerType( std::string &value, bool &isNull ) const;
73 
81  int getFnd0FitTypeClass( std::string &value, bool &isNull ) const;
82 
90  int getFnd0HoleDia( double &value, bool &isNull ) const;
91 
99  int getFnd0HoleDiaMax( double &value, bool &isNull ) const;
100 
108  int getFnd0HoleDiaMin( double &value, bool &isNull ) const;
109 
117  int getFnd0HoleType( std::string &value, bool &isNull ) const;
118 
126  int getFnd0JoinedParts( std::vector< std::string > &values, std::vector< int > &isNull ) const;
127 
135  int getFnd0LengthUnits( tag_t &value, bool &isNull ) const;
136 
144  int getFnd0Sealants( std::vector< std::string > &values, std::vector< int > &isNull ) const;
145 
153  int setFnd0FastenerType( const std::string &value, bool isNull=false );
154 
162  int setFnd0FitTypeClass( const std::string &value, bool isNull=false );
163 
171  int setFnd0HoleDia( double value, bool isNull=false );
172 
180  int setFnd0HoleDiaMax( double value, bool isNull=false );
181 
189  int setFnd0HoleDiaMin( double value, bool isNull=false );
190 
198  int setFnd0HoleType( const std::string &value, bool isNull=false );
199 
207  int setFnd0JoinedParts( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
208 
216  int setFnd0LengthUnits( const tag_t &value, bool isNull=false );
217 
225  int setFnd0Sealants( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
226 protected:
227  // Method to initialize
228  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
229 
233  Fnd0BvrFastener();
234 
238  virtual ~Fnd0BvrFastener();
239 
240 private:
241  // Getter method for the Implementation Object
242  Fnd0BvrFastenerImpl* getFnd0BvrFastenerImpl() const;
243  // Setter method for the Implementation Object
244  ::Teamcenter::RootObjectImpl* setFnd0BvrFastenerImpl( ::Teamcenter::RootObjectImpl* impl );
245 
246  // Method to set the delete impl boolean
247  void setDeleteImpl( bool del );
248 
249  // Pointer to the Implementation object
250  Fnd0BvrFastenerImpl* m_fnd0bvrfastenerImpl;
251 
252  // Flag to indicate if Implementation object needs to be deleted
254 
258  static std::string name;
259 
266 
267  friend class Fnd0BvrFastenerDelegate;
268  friend class Fnd0BvrFastenerGenImpl;
269 };
270 
271 #include <Fnd0FastenerMgmtBvr/libfnd0fastenermgmtbvr_undef.h>
272 #endif // TEAMCENTER__FND0BVRFASTENER__HXX