//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, CondValResult Filename: CondValResult.hxx Module: condvalidation @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONDVALRESULT__HXX #define TEAMCENTER__CONDVALRESULT__HXX #include #include #include #include #include namespace Teamcenter { class CondValResult; } namespace Teamcenter { class CondValResultImpl; } namespace Teamcenter { class CondValResultDelegate; } namespace Teamcenter { class CondValResultDispatch; } namespace Teamcenter { class CondValResultGenImpl; } namespace Teamcenter { class RootObjectImpl; } class CONDVALIDATION_API Teamcenter::CondValResult : public ::Teamcenter::ValidationResult { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getClient_target( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCondition( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCondition_desc( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 8.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCondition_name( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getContext( tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getValagent_revision( tag_t &value, bool &isNull ) const; /// /// Setter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setClient_target( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setCondition( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setContext( const tag_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 8.2 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setValagent_revision( const tag_t &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ CondValResult(); /** * Destructor */ virtual ~CondValResult(); private: // Getter method for the Implementation Object CondValResultImpl* getCondValResultImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCondValResultImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object CondValResultImpl* m_condvalresultImpl; // 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 CondValResult - desc for CondValResult parameter */ CondValResult( const CondValResult& ); CondValResult& operator=( const CondValResult& ); friend class CondValResultDelegate; friend class CondValResultDispatch; friend class CondValResultGenImpl; }; #include #endif // TEAMCENTER__CONDVALRESULT__HXX