Teamcenter C++ API Reference  2312
Att0AttributeDefRevision.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, Att0AttributeDefRevision
12  Filename: Att0AttributeDefRevision.hxx
13  Module: Att0attrtargetmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef ATT0ATTRTARGETMGMT__ATT0ATTRIBUTEDEFREVISION__HXX
18 #define ATT0ATTRTARGETMGMT__ATT0ATTRIBUTEDEFREVISION__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/ItemRevision.hxx>
24 
25 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_exports.h>
26 
27 namespace att0attrtargetmgmt
28 {
29  class Att0AttributeDefRevision;
30 }
31 namespace att0attrtargetmgmt
32 {
33  class Att0AttributeDefRevisionImpl;
34 }
35 namespace att0attrtargetmgmt
36 {
37  class Att0AttributeDefRevisionDelegate;
38 }
39 namespace att0attrtargetmgmt
40 {
41  class Att0AttributeDefRevisionDispatch;
42 }
43 namespace att0attrtargetmgmt
44 {
45  class Att0AttributeDefRevisionGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class ATT0ATTRTARGETMGMT_API att0attrtargetmgmt::Att0AttributeDefRevision
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAtt0ParamDictionaries( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 
80  int setAtt0AttrType( const std::string &value, bool isNull=false );
81 
89  int setAtt0ListOfValues( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
90 protected:
91  // Method to initialize
92  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
93 
98 
102  virtual ~Att0AttributeDefRevision();
103 
104 private:
105  // Getter method for the Implementation Object
106  Att0AttributeDefRevisionImpl* getAtt0AttributeDefRevisionImpl() const;
107  // Setter method for the Implementation Object
108  ::Teamcenter::RootObjectImpl* setAtt0AttributeDefRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
109 
110  // Method to set the delete impl boolean
111  void setDeleteImpl( bool del );
112 
113  // Pointer to the Implementation object
114  Att0AttributeDefRevisionImpl* m_att0attributedefrevisionImpl;
115 
116  // Flag to indicate if Implementation object needs to be deleted
118 
122  static std::string name;
123 
130 
131  friend class Att0AttributeDefRevisionDelegate;
132  friend class Att0AttributeDefRevisionGenImpl;
133 };
134 
135 #include <Att0attrtargetmgmt/libatt0attrtargetmgmt_undef.h>
136 #endif // ATT0ATTRTARGETMGMT__ATT0ATTRIBUTEDEFREVISION__HXX