Teamcenter C++ API Reference  2312
ConfigurationFamily.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, ConfigurationFamily
12  Filename: ConfigurationFamily.hxx
13  Module: fnd0booleansolve
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CONFIGURATIONFAMILY__HXX
18 #define TEAMCENTER__CONFIGURATIONFAMILY__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <fnd0booleansolve/libfnd0booleansolve_exports.h>
26 
27 namespace Teamcenter
28 {
29  class ConfigurationFamily;
30 }
31 namespace Teamcenter
32 {
33  class ConfigurationFamilyImpl;
34 }
35 namespace Teamcenter
36 {
37  class ConfigurationFamilyDelegate;
38 }
39 namespace Teamcenter
40 {
41  class ConfigurationFamilyDispatch;
42 }
43 namespace Teamcenter
44 {
45  class ConfigurationFamilyGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class FND0BOOLEANSOLVE_API Teamcenter::ConfigurationFamily
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getDescription( std::string &value, bool &isNull ) const;
72 
80  int getFnd0valueScope( std::string &value, bool &isNull ) const;
81 
89  int getIsMandatory( bool &value, bool &isNull ) const;
90 
98  int getIsModelFamily( bool &value, bool &isNull ) const;
99 
107  int getMode( int &value, bool &isNull ) const;
108 
116  int getName( std::string &value, bool &isNull ) const;
117 
125  int getNamespace( std::string &value, bool &isNull ) const;
126 
134  int getUom( tag_t &value, bool &isNull ) const;
135 
143  int setDescription( const std::string &value, bool isNull=false );
144 
152  int setFnd0valueScope( const std::string &value, bool isNull=false );
153 
161  int setIsMandatory( bool value, bool isNull=false );
162 
170  int setIsModelFamily( bool value, bool isNull=false );
171 
179  int setMode( int value, bool isNull=false );
180 
188  int setName( const std::string &value, bool isNull=false );
189 
197  int setNamespace( const std::string &value, bool isNull=false );
198 
206  int setUom( const tag_t &value, bool isNull=false );
207 protected:
208  // Method to initialize
209  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
210 
215 
219  virtual ~ConfigurationFamily();
220 
221 private:
222  // Getter method for the Implementation Object
223  ConfigurationFamilyImpl* getConfigurationFamilyImpl() const;
224  // Setter method for the Implementation Object
225  ::Teamcenter::RootObjectImpl* setConfigurationFamilyImpl( ::Teamcenter::RootObjectImpl* impl );
226 
227  // Method to set the delete impl boolean
228  void setDeleteImpl( bool del );
229 
230  // Pointer to the Implementation object
231  ConfigurationFamilyImpl* m_configurationfamilyImpl;
232 
233  // Flag to indicate if Implementation object needs to be deleted
235 
239  static std::string name;
240 
247 
248  friend class ConfigurationFamilyDelegate;
249  friend class ConfigurationFamilyGenImpl;
250 };
251 
252 #include <fnd0booleansolve/libfnd0booleansolve_undef.h>
253 #endif // TEAMCENTER__CONFIGURATIONFAMILY__HXX