Teamcenter C++ API Reference  2312
Awb0ConditionalElement.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, Awb0ConditionalElement
12  Filename: Awb0ConditionalElement.hxx
13  Module: awb0occmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__AWB0CONDITIONALELEMENT__HXX
18 #define TEAMCENTER__AWB0CONDITIONALELEMENT__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <awb0occmgmt/libawb0occmgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Awb0ConditionalElement;
30 }
31 namespace Teamcenter
32 {
33  class Awb0ConditionalElementImpl;
34 }
35 namespace Teamcenter
36 {
37  class Awb0ConditionalElementDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Awb0ConditionalElementDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Awb0ConditionalElementGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class AWB0OCCMGMT_API Teamcenter::Awb0ConditionalElement
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAwb0ElementFilterState( bool &value, bool &isNull ) const;
72 
80  int getAwb0ElementVariantState( bool &value, bool &isNull ) const;
81 
89  int getAwb0HasAlternates( bool &value, bool &isNull ) const;
90 
97  int getAwb0HasAlternatesDisplayableValues( std::vector< std::string > &values );
98 
106  int getAwb0HasInContextOverrides( bool &value, bool &isNull ) const;
107 
115  int getAwb0HasSubstitues( bool &value, bool &isNull ) const;
116 
123  int getAwb0HasSubstituesDisplayableValues( std::vector< std::string > &values );
124 
132  int getAwb0MarkupPropertyNames( std::vector< std::string > &values, std::vector< int > &isNull ) const;
133 
140  int getAwb0MarkupPropertyNamesDisplayableValues( std::vector< std::string > &values );
141 
149  int getAwb0MarkupPropertyValues( std::vector< std::string > &values, std::vector< int > &isNull ) const;
150 
157  int getAwb0MarkupPropertyValuesDisplayableValues( std::vector< std::string > &values );
158 
166  int getAwb0MarkupType( int &value, bool &isNull ) const;
167 
174  int getAwb0MarkupTypeDisplayableValues( std::vector< std::string > &values );
175 
183  int getAwb0OverriddenProperties( std::vector< std::string > &values, std::vector< int > &isNull ) const;
184 
191  int getAwb0OverriddenPropertiesDisplayableValues( std::vector< std::string > &values );
192 
200  int getAwb0OverrideContexts( std::vector< std::string > &values, std::vector< int > &isNull ) const;
201 
209  int getAwb0PendingAction( std::string &value, bool &isNull ) const;
210 
217  int awb0CanParentBeAdded( bool *verdict );
218 
225  int awb0CanRemoveLevel( bool *verdict );
226 
233  int awb0CanSetInContext( bool *verdict );
234 
241  int awb0CanVOOFilterBeApplied( bool *verdict );
242 
249  int awb0IsPackSupported( bool *verdict );
250 protected:
251  // Method to initialize
252  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
253 
258 
262  virtual ~Awb0ConditionalElement();
263 
264 private:
265  // Getter method for the Implementation Object
266  Awb0ConditionalElementImpl* getAwb0ConditionalElementImpl() const;
267  // Setter method for the Implementation Object
268  ::Teamcenter::RootObjectImpl* setAwb0ConditionalElementImpl( ::Teamcenter::RootObjectImpl* impl );
269 
270  // Method to set the delete impl boolean
271  void setDeleteImpl( bool del );
272 
273  // Pointer to the Implementation object
274  Awb0ConditionalElementImpl* m_awb0conditionalelementImpl;
275 
276  // Flag to indicate if Implementation object needs to be deleted
278 
282  static std::string name;
283 
290 
291  friend class Awb0ConditionalElementDelegate;
292  friend class Awb0ConditionalElementGenImpl;
293 };
294 
295 #include <awb0occmgmt/libawb0occmgmt_undef.h>
296 #endif // TEAMCENTER__AWB0CONDITIONALELEMENT__HXX