//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, Fnd0CommandDelegate Filename: Fnd0CommandDelegate.hxx Module: uiconfig @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0COMMANDDELEGATE_HXX #define TEAMCENTER__FND0COMMANDDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0CommandDelegate; } namespace Teamcenter { class Fnd0CommandImpl; } namespace Teamcenter { class Fnd0Command; } namespace Teamcenter { class Fnd0CommandGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class UICONFIG_API Teamcenter_alias::Fnd0CommandDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0CommandDelegate instance static Fnd0CommandDelegate& getInstance(); // Method to create the Fnd0CommandImpl pointer static Fnd0CommandImpl* createImpl( Fnd0Command& ifObj ); // Method to delete the Fnd0CommandImpl pointer static void deleteImpl( Fnd0CommandImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0CommandIdBase(const Fnd0Command &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0DescriptionBase(const Fnd0Command &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0IconBase(const Fnd0Command &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0MnemonicBase(const Fnd0Command &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0NameBase(const Fnd0Command &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 9.1.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0RequiresUserInputBase(const Fnd0Command &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SelectionModelBase(const Fnd0Command &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 9.1.3 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ToolTipBase(const Fnd0Command &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 9.1.3 /// @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 setFnd0DescriptionBase(Fnd0Command &ifObj, const std::string &value, bool isNull ); /// /// Setter for a Tag Property /// @version Teamcenter 9.1.3 /// @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 setFnd0IconBase(Fnd0Command &ifObj, const tag_t &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 9.1.3 /// @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 setFnd0MnemonicBase(Fnd0Command &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 9.1.3 /// @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 setFnd0NameBase(Fnd0Command &ifObj, const std::string &value, bool isNull ); /// /// Setter for a Boolean Property /// @version Teamcenter 9.1.3 /// @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 setFnd0RequiresUserInputBase(Fnd0Command &ifObj, bool value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 9.1.3 /// @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 setFnd0SelectionModelBase(Fnd0Command &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 9.1.3 /// @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 setFnd0ToolTipBase(Fnd0Command &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Fnd0CommandDelegate* m_pInstance; Fnd0CommandDelegate(); virtual ~Fnd0CommandDelegate(); static void setInstance( Fnd0CommandDelegate* instance ); private: friend class ::Teamcenter::Fnd0CommandGenImpl; }; #include #endif // TEAMCENTER__FND0COMMANDDELEGATE_HXX