Teamcenter C++ API Reference  2312
Mfg0BvrProcess.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, Mfg0BvrProcess
12  Filename: Mfg0BvrProcess.hxx
13  Module: mfgbvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MFG0BVRPROCESS__HXX
18 #define TEAMCENTER__MFG0BVRPROCESS__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <string>
23 #include <common/tc_deprecation_macros.h>
24 #include <me/ImanItemBOPLine.hxx>
25 
26 #include <mfgbvr/libmfgbvr_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Mfg0BvrProcess;
31 }
32 namespace Teamcenter
33 {
34  class Mfg0BvrProcessImpl;
35 }
36 namespace Teamcenter
37 {
38  class Mfg0BvrProcessDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Mfg0BvrProcessDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Mfg0BvrProcessGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class MFGBVR_API Teamcenter::Mfg0BvrProcess
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getMfg0all_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
73 
81  int getMfg0allocated_feature( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
82 
90  int getMfg0allocated_time( double &value, bool &isNull ) const;
91 
99  int getMfg0assigned_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
100 
108  int getMfg0assigned_workarea( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
109 
117  int getMfg0calc_dur_start_time( double &value, bool &isNull ) const;
118 
126  int getMfg0calc_duration( double &value, bool &isNull ) const;
127 
135  int getMfg0calc_start_time( double &value, bool &isNull ) const;
136 
144  int getMfg0consumed_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
145 
153  int getMfg0container( tag_t &value, bool &isNull ) const;
154 
162  int getMfg0has_origin( bool &value, bool &isNull ) const;
163 
171  int getMfg0implementations( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
172 
180  int getMfg0input_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
181 
189  int getMfg0input_scope_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
190 
198  int getMfg0ld_representation( std::string &value, bool &isNull ) const;
199 
207  int getMfg0origin( tag_t &value, bool &isNull ) const;
208 
216  int getMfg0other_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
217 
225  int getMfg0output_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
226 
234  int getMfg0output_scope_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
235 
243  int getMfg0prec_const_predecessors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
244 
252  int getMfg0prec_const_successors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
253 
261  int getMfg0predecessors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
262 
270  int getMfg0processResource( tag_t &value, bool &isNull ) const;
271 
279  int getMfg0sub_elements( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
280 
288  int getMfg0successors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
289 
297  int getMfg0used_equipment( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
298 
306  int setMfg0allocated_time( double value, bool isNull=false );
307 
315  int setMfg0calc_start_time( double value, bool isNull=false );
316 
324  int setMfg0processResource( const tag_t &value, bool isNull=false );
325 protected:
326  // Method to initialize
327  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
328 
332  Mfg0BvrProcess();
333 
337  virtual ~Mfg0BvrProcess();
338 
339 private:
340  // Getter method for the Implementation Object
341  Mfg0BvrProcessImpl* getMfg0BvrProcessImpl() const;
342  // Setter method for the Implementation Object
343  ::Teamcenter::RootObjectImpl* setMfg0BvrProcessImpl( ::Teamcenter::RootObjectImpl* impl );
344 
345  // Method to set the delete impl boolean
346  void setDeleteImpl( bool del );
347 
348  // Pointer to the Implementation object
349  Mfg0BvrProcessImpl* m_mfg0bvrprocessImpl;
350 
351  // Flag to indicate if Implementation object needs to be deleted
353 
357  static std::string name;
358 
363  Mfg0BvrProcess( const Mfg0BvrProcess& );
365 
366  friend class Mfg0BvrProcessDelegate;
367  friend class Mfg0BvrProcessGenImpl;
368 };
369 
370 #include <mfgbvr/libmfgbvr_undef.h>
371 #endif // TEAMCENTER__MFG0BVRPROCESS__HXX