Teamcenter C++ API Reference  2312
Mfg0BvrPartition.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, Mfg0BvrPartition
12  Filename: Mfg0BvrPartition.hxx
13  Module: mfgbvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MFG0BVRPARTITION__HXX
18 #define TEAMCENTER__MFG0BVRPARTITION__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
23 #include <me/AppGroupBOPLine.hxx>
24 
25 #include <mfgbvr/libmfgbvr_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Mfg0BvrPartition;
30 }
31 namespace Teamcenter
32 {
33  class Mfg0BvrPartitionImpl;
34 }
35 namespace Teamcenter
36 {
37  class Mfg0BvrPartitionDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Mfg0BvrPartitionDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Mfg0BvrPartitionGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class MFGBVR_API Teamcenter::Mfg0BvrPartition
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getMfg0container( tag_t &value, bool &isNull ) const;
72 
80  int getMfg0content( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
81 
89  int getMfg0PositionDiagram( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
90 
98  int getMfg0sub_elements( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
99 
107  int setMfg0PositionDiagram( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
108 protected:
109  // Method to initialize
110  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
111 
116 
120  virtual ~Mfg0BvrPartition();
121 
122 private:
123  // Getter method for the Implementation Object
124  Mfg0BvrPartitionImpl* getMfg0BvrPartitionImpl() const;
125  // Setter method for the Implementation Object
126  ::Teamcenter::RootObjectImpl* setMfg0BvrPartitionImpl( ::Teamcenter::RootObjectImpl* impl );
127 
128  // Method to set the delete impl boolean
129  void setDeleteImpl( bool del );
130 
131  // Pointer to the Implementation object
132  Mfg0BvrPartitionImpl* m_mfg0bvrpartitionImpl;
133 
134  // Flag to indicate if Implementation object needs to be deleted
136 
140  static std::string name;
141 
148 
149  friend class Mfg0BvrPartitionDelegate;
150  friend class Mfg0BvrPartitionGenImpl;
151 };
152 
153 #include <mfgbvr/libmfgbvr_undef.h>
154 #endif // TEAMCENTER__MFG0BVRPARTITION__HXX