//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, RevisionNameRuleDelegate Filename: RevisionNameRuleDelegate.hxx Module: property @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__REVISIONNAMERULEDELEGATE_HXX #define TEAMCENTER__REVISIONNAMERULEDELEGATE_HXX #include #include #include namespace Teamcenter { class RevisionNameRuleDelegate; } namespace Teamcenter { class RevisionNameRuleImpl; } namespace Teamcenter { class RevisionNameRule; } namespace Teamcenter { class RevisionNameRuleGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class PROPERTY_API Teamcenter_alias::RevisionNameRuleDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the RevisionNameRuleDelegate instance static RevisionNameRuleDelegate& getInstance(); // Method to create the RevisionNameRuleImpl pointer static RevisionNameRuleImpl* createImpl( RevisionNameRule& ifObj ); // Method to delete the RevisionNameRuleImpl pointer static void deleteImpl( RevisionNameRuleImpl* impl ); /// /// Getter for a Boolean Property /// @version Tc 8 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getExclude_skip_lettersBase(const RevisionNameRule &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getInit_rev_descBase(const RevisionNameRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getInit_rev_startBase(const RevisionNameRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Tc 8 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getInit_rev_typeBase(const RevisionNameRule &ifObj, int &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRule_nameBase(const RevisionNameRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSec_rev_descBase(const RevisionNameRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSec_rev_startBase(const RevisionNameRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Tc 8 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSec_rev_typeBase(const RevisionNameRule &ifObj, int &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSuppl_rev_descBase(const RevisionNameRule &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Tc 8 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getSuppl_rev_formatBase(const RevisionNameRule &ifObj, int &value, bool &isNull ) const; /// /// Setter for a Boolean Property /// @version Tc 8 /// @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 setExclude_skip_lettersBase(RevisionNameRule &ifObj, bool value, bool isNull ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setInit_rev_descBase(RevisionNameRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setInit_rev_startBase(RevisionNameRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for an Integer Property /// @version Tc 8 /// @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 setInit_rev_typeBase(RevisionNameRule &ifObj, int value, bool isNull ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setRule_nameBase(RevisionNameRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setSec_rev_descBase(RevisionNameRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setSec_rev_startBase(RevisionNameRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for an Integer Property /// @version Tc 8 /// @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 setSec_rev_typeBase(RevisionNameRule &ifObj, int value, bool isNull ); /// /// Setter for a string Property /// @version Tc 8 /// @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 setSuppl_rev_descBase(RevisionNameRule &ifObj, const std::string &value, bool isNull ); /// /// Setter for an Integer Property /// @version Tc 8 /// @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 setSuppl_rev_formatBase(RevisionNameRule &ifObj, int value, bool isNull ); protected: // Pointer to the instance static RevisionNameRuleDelegate* m_pInstance; RevisionNameRuleDelegate(); virtual ~RevisionNameRuleDelegate(); static void setInstance( RevisionNameRuleDelegate* instance ); private: friend class ::Teamcenter::RevisionNameRuleGenImpl; }; #include #endif // TEAMCENTER__REVISIONNAMERULEDELEGATE_HXX