Teamcenter C++ API Reference  2312
Fnd0BomExpansionRule.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, Fnd0BomExpansionRule
12  Filename: Fnd0BomExpansionRule.hxx
13  Module: bom
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0BOMEXPANSIONRULE__HXX
18 #define TEAMCENTER__FND0BOMEXPANSIONRULE__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <string>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <bom/libbom_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Fnd0BomExpansionRule;
31 }
32 namespace Teamcenter
33 {
34  class Fnd0BomExpansionRuleImpl;
35 }
36 namespace Teamcenter
37 {
38  class Fnd0BomExpansionRuleDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Fnd0BomExpansionRuleDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Fnd0BomExpansionRuleGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class BOM_API Teamcenter::Fnd0BomExpansionRule
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int setFnd0ActiveArrangement( const tag_t &value, bool isNull=false );
73 
81  int setFnd0AppliedClosureRule( const tag_t &value, bool isNull=false );
82 
90  int setFnd0EffectivityGroups( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
91 
99  int setFnd0RevisionRule( const tag_t &value, bool isNull=false );
100 
108  int setFnd0SearchFilter( const std::string &value, bool isNull=false );
109 
117  int setFnd0ShowFilteredOutLines( bool value, bool isNull=false );
118 
126  int setFnd0ShowGcsConnectionPoints( bool value, bool isNull=false );
127 
135  int setFnd0ShowSuppressedOccurrences( bool value, bool isNull=false );
136 
144  int setFnd0ShowUnconfiguredByOccEffectivity( bool value, bool isNull=false );
145 
153  int setFnd0ShowUnconfiguredByVariant( bool value, bool isNull=false );
154 
162  int setFnd0ShowUnconfiguredChanges( bool value, bool isNull=false );
163 
171  int setFnd0VariantRules( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
172 protected:
173  // Method to initialize
174  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
175 
180 
184  virtual ~Fnd0BomExpansionRule();
185 
186 private:
187  // Getter method for the Implementation Object
188  Fnd0BomExpansionRuleImpl* getFnd0BomExpansionRuleImpl() const;
189  // Setter method for the Implementation Object
190  ::Teamcenter::RootObjectImpl* setFnd0BomExpansionRuleImpl( ::Teamcenter::RootObjectImpl* impl );
191 
192  // Method to set the delete impl boolean
193  void setDeleteImpl( bool del );
194 
195  // Pointer to the Implementation object
196  Fnd0BomExpansionRuleImpl* m_fnd0bomexpansionruleImpl;
197 
198  // Flag to indicate if Implementation object needs to be deleted
200 
204  static std::string name;
205 
212 
213  friend class Fnd0BomExpansionRuleDelegate;
214  friend class Fnd0BomExpansionRuleGenImpl;
215 };
216 
217 #include <bom/libbom_undef.h>
218 #endif // TEAMCENTER__FND0BOMEXPANSIONRULE__HXX