//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, Lbr0SpecificationRule Filename: Lbr0SpecificationRule.hxx Module: Lbr0librarymgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULE__HXX #define TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULE__HXX #include #include #include #include namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRule; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleImpl; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleDelegate; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleDispatch; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationRuleGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class LBR0LIBRARYMGMT_API Teamcenter::LibraryMgmt::Lbr0SpecificationRule : public ::Teamcenter::LibraryMgmt::Lbr0SpecificationElement { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0NodeId( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0RuleSetId( std::string &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0RuleType( int &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0SourceAttribute( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0SourceExpression( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0TargetAttribute( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getLbr0TargetExpression( std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @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 setLbr0NodeId( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @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 setLbr0RuleSetId( const std::string &value, bool isNull=false ); /// /// Setter for an Integer Property /// @version Teamcenter 10.1 /// @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 setLbr0RuleType( int value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @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 setLbr0SourceAttribute( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @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 setLbr0SourceExpression( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @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 setLbr0TargetAttribute( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 10.1 /// @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 setLbr0TargetExpression( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Lbr0SpecificationRule(); /** * Destructor */ virtual ~Lbr0SpecificationRule(); private: // Getter method for the Implementation Object Lbr0SpecificationRuleImpl* getLbr0SpecificationRuleImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setLbr0SpecificationRuleImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Lbr0SpecificationRuleImpl* m_lbr0specificationruleImpl; // 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 Lbr0SpecificationRule - desc for Lbr0SpecificationRule parameter */ Lbr0SpecificationRule( const Lbr0SpecificationRule& ); Lbr0SpecificationRule& operator=( const Lbr0SpecificationRule& ); friend class Lbr0SpecificationRuleDelegate; friend class Lbr0SpecificationRuleDispatch; friend class Lbr0SpecificationRuleGenImpl; }; #include #endif // TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULE__HXX