//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, Prg1AbsPtnBaseTargetElementDelegate Filename: Prg1AbsPtnBaseTargetElementDelegate.hxx Module: prg1programplanningapp @BMIDE autogenerated ==================================================================================================*/ #ifndef PRG1PROGRAMPLANNINGAPP__PRG1ABSPTNBASETARGETELEMENTDELEGATE_HXX #define PRG1PROGRAMPLANNINGAPP__PRG1ABSPTNBASETARGETELEMENTDELEGATE_HXX #include #include #include namespace Prg1ProgramPlanningApp { class Prg1AbsPtnBaseTargetElementDelegate; } namespace Prg1ProgramPlanningApp { class Prg1AbsPtnBaseTargetElementImpl; } namespace Prg1ProgramPlanningApp { class Prg1AbsPtnBaseTargetElement; } namespace Prg1ProgramPlanningApp { class Prg1AbsPtnBaseTargetElementGenImpl; } namespace Prg1ProgramPlanningApp_alias = ::Prg1ProgramPlanningApp; class PRG1PROGRAMPLANNINGAPP_API Prg1ProgramPlanningApp_alias::Prg1AbsPtnBaseTargetElementDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Prg1AbsPtnBaseTargetElementDelegate instance static Prg1AbsPtnBaseTargetElementDelegate& getInstance(); // Method to create the Prg1AbsPtnBaseTargetElementImpl pointer static Prg1AbsPtnBaseTargetElementImpl* createImpl( Prg1AbsPtnBaseTargetElement& ifObj ); // Method to delete the Prg1AbsPtnBaseTargetElementImpl pointer static void deleteImpl( Prg1AbsPtnBaseTargetElementImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPrg1FeatureBase(const Prg1AbsPtnBaseTargetElement &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 11.5 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getPrg1ModelBase(const Prg1AbsPtnBaseTargetElement &ifObj, tag_t &value, bool &isNull ) const; /// /// Setter for a Tag Property /// @version Teamcenter 11.5 /// @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 setPrg1FeatureBase(Prg1AbsPtnBaseTargetElement &ifObj, const tag_t &value, bool isNull ); protected: // Pointer to the instance static Prg1AbsPtnBaseTargetElementDelegate* m_pInstance; Prg1AbsPtnBaseTargetElementDelegate(); virtual ~Prg1AbsPtnBaseTargetElementDelegate(); static void setInstance( Prg1AbsPtnBaseTargetElementDelegate* instance ); private: friend class ::Prg1ProgramPlanningApp::Prg1AbsPtnBaseTargetElementGenImpl; }; #include #endif // PRG1PROGRAMPLANNINGAPP__PRG1ABSPTNBASETARGETELEMENTDELEGATE_HXX