Teamcenter C++ API Reference  2312
Mfg0BvrProcessArea.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, Mfg0BvrProcessArea
12  Filename: Mfg0BvrProcessArea.hxx
13  Module: mfgbvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MFG0BVRPROCESSAREA__HXX
18 #define TEAMCENTER__MFG0BVRPROCESSAREA__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 Mfg0BvrProcessArea;
31 }
32 namespace Teamcenter
33 {
34  class Mfg0BvrProcessAreaImpl;
35 }
36 namespace Teamcenter
37 {
38  class Mfg0BvrProcessAreaDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Mfg0BvrProcessAreaDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Mfg0BvrProcessAreaGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class MFGBVR_API Teamcenter::Mfg0BvrProcessArea
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_ops( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
91 
99  int getMfg0allocated_time( double &value, bool &isNull ) const;
100 
108  int getMfg0assigned_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
109 
117  int getMfg0assigned_workarea( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
118 
126  int getMfg0calc_dur_start_time( double &value, bool &isNull ) const;
127 
135  int getMfg0calc_duration( double &value, bool &isNull ) const;
136 
144  int getMfg0calc_start_time( double &value, bool &isNull ) const;
145 
153  int getMfg0capacity( double &value, bool &isNull ) const;
154 
162  int getMfg0Carpet( tag_t &value, bool &isNull ) const;
163 
171  int getMfg0consumed_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
172 
180  int getMfg0cycle_time( double &value, bool &isNull ) const;
181 
189  int getMfg0Direction( std::string &value, bool &isNull ) const;
190 
198  int getMfg0input_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
199 
207  int getMfg0input_scope_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
208 
216  int getMfg0LinkedBOELine( tag_t &value, bool &isNull ) const;
217 
225  int getMfg0none_plant_specific_ops( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
226 
234  int getMfg0other_material( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
235 
243  int getMfg0output_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
244 
252  int getMfg0output_scope_flows( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
253 
261  int getMfg0plant_specific_ops( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
262 
270  int getMfg0PositionDiagram( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
271 
279  int getMfg0predecessors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
280 
288  int getMfg0processResources( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
289 
297  int getMfg0sub_elements( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
298 
306  int getMfg0successors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
307 
315  int getMfg0used_equipment( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
316 
324  int getMfg0work_content( double &value, bool &isNull ) const;
325 
333  int getMfg0worker_count( double &value, bool &isNull ) const;
334 
342  int setMfg0allocated_time( double value, bool isNull=false );
343 
351  int setMfg0Carpet( const tag_t &value, bool isNull=false );
352 
360  int setMfg0cycle_time( double value, bool isNull=false );
361 
369  int setMfg0Direction( const std::string &value, bool isNull=false );
370 
378  int setMfg0LinkedBOELine( const tag_t &value, bool isNull=false );
379 
387  int setMfg0PositionDiagram( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
388 
396  int setMfg0processResources( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
397 
405  int setMfg0worker_count( double value, bool isNull=false );
406 protected:
407  // Method to initialize
408  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
409 
414 
418  virtual ~Mfg0BvrProcessArea();
419 
420 private:
421  // Getter method for the Implementation Object
422  Mfg0BvrProcessAreaImpl* getMfg0BvrProcessAreaImpl() const;
423  // Setter method for the Implementation Object
424  ::Teamcenter::RootObjectImpl* setMfg0BvrProcessAreaImpl( ::Teamcenter::RootObjectImpl* impl );
425 
426  // Method to set the delete impl boolean
427  void setDeleteImpl( bool del );
428 
429  // Pointer to the Implementation object
430  Mfg0BvrProcessAreaImpl* m_mfg0bvrprocessareaImpl;
431 
432  // Flag to indicate if Implementation object needs to be deleted
434 
438  static std::string name;
439 
446 
447  friend class Mfg0BvrProcessAreaDelegate;
448  friend class Mfg0BvrProcessAreaGenImpl;
449 };
450 
451 #include <mfgbvr/libmfgbvr_undef.h>
452 #endif // TEAMCENTER__MFG0BVRPROCESSAREA__HXX