Teamcenter C++ API Reference  2312
Mfg0BvrWorkarea.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, Mfg0BvrWorkarea
12  Filename: Mfg0BvrWorkarea.hxx
13  Module: mfgbvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MFG0BVRWORKAREA__HXX
18 #define TEAMCENTER__MFG0BVRWORKAREA__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
23 #include <bom/ImanItemLine.hxx>
24 
25 #include <mfgbvr/libmfgbvr_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Mfg0BvrWorkarea;
30 }
31 namespace Teamcenter
32 {
33  class Mfg0BvrWorkareaImpl;
34 }
35 namespace Teamcenter
36 {
37  class Mfg0BvrWorkareaDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Mfg0BvrWorkareaDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Mfg0BvrWorkareaGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class MFGBVR_API Teamcenter::Mfg0BvrWorkarea
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getMfg0container( tag_t &value, bool &isNull ) const;
72 
80  int getMfg0input_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
81 
89  int getMfg0LinkedPlantBOPLine( tag_t &value, bool &isNull ) const;
90 
98  int getMfg0output_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
99 
107  int getMfg0predecessors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
108 
116  int getMfg0sub_elements( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
117 
125  int getMfg0successors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
126 
134  int setMfg0LinkedPlantBOPLine( const tag_t &value, bool isNull=false );
135 protected:
136  // Method to initialize
137  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
138 
142  Mfg0BvrWorkarea();
143 
147  virtual ~Mfg0BvrWorkarea();
148 
149 private:
150  // Getter method for the Implementation Object
151  Mfg0BvrWorkareaImpl* getMfg0BvrWorkareaImpl() const;
152  // Setter method for the Implementation Object
153  ::Teamcenter::RootObjectImpl* setMfg0BvrWorkareaImpl( ::Teamcenter::RootObjectImpl* impl );
154 
155  // Method to set the delete impl boolean
156  void setDeleteImpl( bool del );
157 
158  // Pointer to the Implementation object
159  Mfg0BvrWorkareaImpl* m_mfg0bvrworkareaImpl;
160 
161  // Flag to indicate if Implementation object needs to be deleted
163 
167  static std::string name;
168 
175 
176  friend class Mfg0BvrWorkareaDelegate;
177  friend class Mfg0BvrWorkareaGenImpl;
178 };
179 
180 #include <mfgbvr/libmfgbvr_undef.h>
181 #endif // TEAMCENTER__MFG0BVRWORKAREA__HXX