Teamcenter C++ API Reference  2312
Clr0DesignatorAssignments.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, Clr0DesignatorAssignments
12  Filename: Clr0DesignatorAssignments.hxx
13  Module: Clr0colorappearance
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef CLR0COLORAPPEARANCE__CLR0DESIGNATORASSIGNMENTS__HXX
18 #define CLR0COLORAPPEARANCE__CLR0DESIGNATORASSIGNMENTS__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <ae/Dataset.hxx>
24 
25 #include <Clr0colorappearance/libclr0colorappearance_exports.h>
26 
27 namespace Clr0ColorAppearance
28 {
29  class Clr0DesignatorAssignments;
30 }
31 namespace Clr0ColorAppearance
32 {
33  class Clr0DesignatorAssignmentsImpl;
34 }
35 namespace Clr0ColorAppearance
36 {
37  class Clr0DesignatorAssignmentsDelegate;
38 }
39 namespace Clr0ColorAppearance
40 {
41  class Clr0DesignatorAssignmentsDispatch;
42 }
43 namespace Clr0ColorAppearance
44 {
45  class Clr0DesignatorAssignmentsGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CLR0COLORAPPEARANCE_API Clr0ColorAppearance::Clr0DesignatorAssignments
53  : public ::Teamcenter::Dataset
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int setClr0AssignedDesignators( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
72 
80  int setClr0PABRoot( const tag_t &value, bool isNull=false );
81 protected:
82  // Method to initialize
83  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
84 
89 
94 
95 private:
96  // Getter method for the Implementation Object
97  Clr0DesignatorAssignmentsImpl* getClr0DesignatorAssignmentsImpl() const;
98  // Setter method for the Implementation Object
99  ::Teamcenter::RootObjectImpl* setClr0DesignatorAssignmentsImpl( ::Teamcenter::RootObjectImpl* impl );
100 
101  // Method to set the delete impl boolean
102  void setDeleteImpl( bool del );
103 
104  // Pointer to the Implementation object
105  Clr0DesignatorAssignmentsImpl* m_clr0designatorassignmentsImpl;
106 
107  // Flag to indicate if Implementation object needs to be deleted
109 
113  static std::string name;
114 
121 
122  friend class Clr0DesignatorAssignmentsDelegate;
123  friend class Clr0DesignatorAssignmentsGenImpl;
124 };
125 
126 #include <Clr0colorappearance/libclr0colorappearance_undef.h>
127 #endif // CLR0COLORAPPEARANCE__CLR0DESIGNATORASSIGNMENTS__HXX