Teamcenter C++ API Reference  2312
CreateInput.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, CreateInput
12  Filename: CreateInput.hxx
13  Module: metaframework
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CREATEINPUT__HXX
18 #define TEAMCENTER__CREATEINPUT__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <unidefs.h>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <metaframework/libmetaframework_exports.h>
27 
28 namespace Teamcenter
29 {
30  class CreateInput;
31 }
32 namespace Teamcenter
33 {
34  class CreateInputImpl;
35 }
36 namespace Teamcenter
37 {
38  class CreateInputDelegate;
39 }
40 namespace Teamcenter
41 {
42  class CreateInputDispatch;
43 }
44 namespace Teamcenter
45 {
46  class CreateInputGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class METAFRAMEWORK_API Teamcenter::CreateInput
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getCompoundObjectArrayTags( std::string &compoundObjectName, std::vector< tag_t > &compoundObjectTags );
73 
81  int getCompoundObjectTag( std::string &compoundObjectName, tag_t &compoundObjectTag );
82 
89  int getCompoundObjectTags( std::vector< tag_t > &compoundObjectTags );
90 
98  int setCompoundObjectArrayTags( std::string &compoundObjectName, std::vector< tag_t > &compoundObjectTags );
99 
107  int setCompoundObjectTag( std::string &compoundObjectName, tag_t compoundObjectTag );
108 protected:
109  // Method to initialize
110  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
111 
115  CreateInput();
116 
120  virtual ~CreateInput();
121 
122 private:
123  // Getter method for the Implementation Object
124  CreateInputImpl* getCreateInputImpl() const;
125  // Setter method for the Implementation Object
126  ::Teamcenter::RootObjectImpl* setCreateInputImpl( ::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  CreateInputImpl* m_createinputImpl;
133 
134  // Flag to indicate if Implementation object needs to be deleted
136 
140  static std::string name;
141 
146  CreateInput( const CreateInput& );
147  CreateInput& operator=( const CreateInput& );
148 
149  friend class CreateInputDelegate;
150  friend class CreateInputGenImpl;
151 };
152 
153 #include <metaframework/libmetaframework_undef.h>
154 #endif // TEAMCENTER__CREATEINPUT__HXX