Teamcenter C++ API Reference  2312
Mdl0SubsetDefaults.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, Mdl0SubsetDefaults
12  Filename: Mdl0SubsetDefaults.hxx
13  Module: mdl0model
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APPMODEL__MDL0SUBSETDEFAULTS__HXX
18 #define TEAMCENTER__APPMODEL__MDL0SUBSETDEFAULTS__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <mdl0model/libmdl0model_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace AppModel
30  {
31  class Mdl0SubsetDefaults;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace AppModel
37  {
38  class Mdl0SubsetDefaultsImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace AppModel
44  {
45  class Mdl0SubsetDefaultsDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace AppModel
51  {
52  class Mdl0SubsetDefaultsDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace AppModel
58  {
59  class Mdl0SubsetDefaultsGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class MDL0MODEL_API Teamcenter::AppModel::Mdl0SubsetDefaults
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getMdl0tgt_effectivity_formula( std::string &value, bool &isNull ) const;
87 
94  int getMdl0tgt_effectivity_formulaDisplayableValues( std::vector< std::string > &values );
95 
103  int getMdl0tgt_variant_formula( std::string &value, bool &isNull ) const;
104 
111  int getMdl0tgt_variant_formulaDisplayableValues( std::vector< std::string > &values );
112 
120  int setMdl0tgt_effectivity_formula( const std::string &value, bool isNull=false );
121 
129  int setMdl0tgt_variant_formula( const std::string &value, bool isNull=false );
130 protected:
131  // Method to initialize
132  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
133 
138 
142  virtual ~Mdl0SubsetDefaults();
143 
144 private:
145  // Getter method for the Implementation Object
146  Mdl0SubsetDefaultsImpl* getMdl0SubsetDefaultsImpl() const;
147  // Setter method for the Implementation Object
148  ::Teamcenter::RootObjectImpl* setMdl0SubsetDefaultsImpl( ::Teamcenter::RootObjectImpl* impl );
149 
150  // Method to set the delete impl boolean
151  void setDeleteImpl( bool del );
152 
153  // Pointer to the Implementation object
154  Mdl0SubsetDefaultsImpl* m_mdl0subsetdefaultsImpl;
155 
156  // Flag to indicate if Implementation object needs to be deleted
158 
162  static std::string name;
163 
170 
171  friend class Mdl0SubsetDefaultsDelegate;
172  friend class Mdl0SubsetDefaultsGenImpl;
173 };
174 
175 #include <mdl0model/libmdl0model_undef.h>
176 #endif // TEAMCENTER__APPMODEL__MDL0SUBSETDEFAULTS__HXX