Teamcenter C++ API Reference  2312
Mpr0MfgProcessElement.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, Mpr0MfgProcessElement
12  Filename: Mpr0MfgProcessElement.hxx
13  Module: Mpr0process
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef CMTPROCESS__MPR0MFGPROCESSELEMENT__HXX
18 #define CMTPROCESS__MPR0MFGPROCESSELEMENT__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Mpr0process/libmpr0process_exports.h>
26 
27 namespace cmtprocess
28 {
29  class Mpr0MfgProcessElement;
30 }
31 namespace cmtprocess
32 {
33  class Mpr0MfgProcessElementImpl;
34 }
35 namespace cmtprocess
36 {
37  class Mpr0MfgProcessElementDelegate;
38 }
39 namespace cmtprocess
40 {
41  class Mpr0MfgProcessElementDispatch;
42 }
43 namespace cmtprocess
44 {
45  class Mpr0MfgProcessElementGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class MPR0PROCESS_API cmtprocess::Mpr0MfgProcessElement
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getMpr0activity( tag_t &value, bool &isNull ) const;
72 
80  int getMpr0allPredecessors( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
81 
89  int getMpr0DisclosingObjectCsidMap( std::vector< std::string > &values, std::vector< int > &isNull ) const;
90 
98  int getMpr0producedME( tag_t &value, bool &isNull ) const;
99 protected:
100  // Method to initialize
101  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
102 
107 
111  virtual ~Mpr0MfgProcessElement();
112 
113 private:
114  // Getter method for the Implementation Object
115  Mpr0MfgProcessElementImpl* getMpr0MfgProcessElementImpl() const;
116  // Setter method for the Implementation Object
117  ::Teamcenter::RootObjectImpl* setMpr0MfgProcessElementImpl( ::Teamcenter::RootObjectImpl* impl );
118 
119  // Method to set the delete impl boolean
120  void setDeleteImpl( bool del );
121 
122  // Pointer to the Implementation object
123  Mpr0MfgProcessElementImpl* m_mpr0mfgprocesselementImpl;
124 
125  // Flag to indicate if Implementation object needs to be deleted
127 
131  static std::string name;
132 
139 
140  friend class Mpr0MfgProcessElementDelegate;
141  friend class Mpr0MfgProcessElementGenImpl;
142 };
143 
144 #include <Mpr0process/libmpr0process_undef.h>
145 #endif // CMTPROCESS__MPR0MFGPROCESSELEMENT__HXX