//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Val1CondValResult Filename: Val1CondValResult.hxx Module: Val1cfgvalidation @BMIDE autogenerated ==================================================================================================*/ #ifndef VAL1CFGVALIDATION__VAL1CONDVALRESULT__HXX #define VAL1CFGVALIDATION__VAL1CONDVALRESULT__HXX #include #include #include namespace val1cfgvalidation { class Val1CondValResult; } namespace val1cfgvalidation { class Val1CondValResultImpl; } namespace val1cfgvalidation { class Val1CondValResultDelegate; } namespace val1cfgvalidation { class Val1CondValResultDispatch; } namespace val1cfgvalidation { class Val1CondValResultGenImpl; } namespace Teamcenter { class RootObjectImpl; } class VAL1CFGVALIDATION_API val1cfgvalidation::Val1CondValResult : public ::val1cfgvalidation::Val1ValResult { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Val1CondValResult(); /** * Destructor */ virtual ~Val1CondValResult(); private: // Getter method for the Implementation Object Val1CondValResultImpl* getVal1CondValResultImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setVal1CondValResultImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Val1CondValResultImpl* m_val1condvalresultImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param Val1CondValResult - desc for Val1CondValResult parameter */ Val1CondValResult( const Val1CondValResult& ); Val1CondValResult& operator=( const Val1CondValResult& ); friend class Val1CondValResultDelegate; friend class Val1CondValResultDispatch; friend class Val1CondValResultGenImpl; }; #include #endif // VAL1CFGVALIDATION__VAL1CONDVALRESULT__HXX