Teamcenter C++ API Reference  2312
Lbr0ClsMembershipRule.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, Lbr0ClsMembershipRule
12  Filename: Lbr0ClsMembershipRule.hxx
13  Module: Lbr0librarymgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__LIBRARYMGMT__LBR0CLSMEMBERSHIPRULE__HXX
18 #define TEAMCENTER__LIBRARYMGMT__LBR0CLSMEMBERSHIPRULE__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Lbr0librarymgmt/liblbr0librarymgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace LibraryMgmt
30  {
31  class Lbr0ClsMembershipRule;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace LibraryMgmt
37  {
38  class Lbr0ClsMembershipRuleImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace LibraryMgmt
44  {
45  class Lbr0ClsMembershipRuleDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace LibraryMgmt
51  {
52  class Lbr0ClsMembershipRuleDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace LibraryMgmt
58  {
59  class Lbr0ClsMembershipRuleGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class LBR0LIBRARYMGMT_API Teamcenter::LibraryMgmt::Lbr0ClsMembershipRule
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int setLbr0AttributeNames( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
87 
95  int setLbr0ExpressionValues( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
96 
104  int setLbr0SourceNode( const tag_t &value, bool isNull=false );
105 protected:
106  // Method to initialize
107  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
108 
113 
117  virtual ~Lbr0ClsMembershipRule();
118 
119 private:
120  // Getter method for the Implementation Object
121  Lbr0ClsMembershipRuleImpl* getLbr0ClsMembershipRuleImpl() const;
122  // Setter method for the Implementation Object
123  ::Teamcenter::RootObjectImpl* setLbr0ClsMembershipRuleImpl( ::Teamcenter::RootObjectImpl* impl );
124 
125  // Method to set the delete impl boolean
126  void setDeleteImpl( bool del );
127 
128  // Pointer to the Implementation object
129  Lbr0ClsMembershipRuleImpl* m_lbr0clsmembershipruleImpl;
130 
131  // Flag to indicate if Implementation object needs to be deleted
133 
137  static std::string name;
138 
145 
146  friend class Lbr0ClsMembershipRuleDelegate;
147  friend class Lbr0ClsMembershipRuleGenImpl;
148 };
149 
150 #include <Lbr0librarymgmt/liblbr0librarymgmt_undef.h>
151 #endif // TEAMCENTER__LIBRARYMGMT__LBR0CLSMEMBERSHIPRULE__HXX