Teamcenter C++ API Reference  2312
Fnd0NameCounterGroups.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, Fnd0NameCounterGroups
12  Filename: Fnd0NameCounterGroups.hxx
13  Module: property
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0NAMECOUNTERGROUPS__HXX
18 #define TEAMCENTER__FND0NAMECOUNTERGROUPS__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <property/libproperty_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0NameCounterGroups;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0NameCounterGroupsImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0NameCounterGroupsDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0NameCounterGroupsDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0NameCounterGroupsGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class PROPERTY_API Teamcenter::Fnd0NameCounterGroups
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0CounterTags( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 
80  int getFnd0DynamicPattern( std::string &value, bool &isNull ) const;
81 
89  int setFnd0CounterTags( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
90 
98  int setFnd0DynamicPattern( const std::string &value, bool isNull=false );
99 protected:
100  // Method to initialize
101  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
102 
107 
111  virtual ~Fnd0NameCounterGroups();
112 
113 private:
114  // Getter method for the Implementation Object
115  Fnd0NameCounterGroupsImpl* getFnd0NameCounterGroupsImpl() const;
116  // Setter method for the Implementation Object
117  ::Teamcenter::RootObjectImpl* setFnd0NameCounterGroupsImpl( ::Teamcenter::RootObjectImpl* impl );
118 
119  // Method to set the delete impl boolean
120  void setDeleteImpl( bool del );
121 
122  // Pointer to the Implementation object
123  Fnd0NameCounterGroupsImpl* m_fnd0namecountergroupsImpl;
124 
125  // Flag to indicate if Implementation object needs to be deleted
127 
131  static std::string name;
132 
139 
140  friend class Fnd0NameCounterGroupsDelegate;
141  friend class Fnd0NameCounterGroupsGenImpl;
142 };
143 
144 #include <property/libproperty_undef.h>
145 #endif // TEAMCENTER__FND0NAMECOUNTERGROUPS__HXX