//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, Mfg0BvrProdProgramColDelegate Filename: Mfg0BvrProdProgramColDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVRPRODPROGRAMCOLDELEGATE_HXX #define TEAMCENTER__MFG0BVRPRODPROGRAMCOLDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0BvrProdProgramColDelegate; } namespace Teamcenter { class Mfg0BvrProdProgramColImpl; } namespace Teamcenter { class Mfg0BvrProdProgramCol; } namespace Teamcenter { class Mfg0BvrProdProgramColGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0BvrProdProgramColDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0BvrProdProgramColDelegate instance static Mfg0BvrProdProgramColDelegate& getInstance(); // Method to create the Mfg0BvrProdProgramColImpl pointer static Mfg0BvrProdProgramColImpl* createImpl( Mfg0BvrProdProgramCol& ifObj ); // Method to delete the Mfg0BvrProdProgramColImpl pointer static void deleteImpl( Mfg0BvrProdProgramColImpl* impl ); /// /// Getter for a Tag 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 getMfg0activeProdProgramBase(const Mfg0BvrProdProgramCol &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 10 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0prodProgramsBase(const Mfg0BvrProdProgramCol &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Setter for a Tag 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 setMfg0activeProdProgramBase(Mfg0BvrProdProgramCol &ifObj, const tag_t &value, bool isNull ); protected: // Pointer to the instance static Mfg0BvrProdProgramColDelegate* m_pInstance; Mfg0BvrProdProgramColDelegate(); virtual ~Mfg0BvrProdProgramColDelegate(); static void setInstance( Mfg0BvrProdProgramColDelegate* instance ); private: friend class ::Teamcenter::Mfg0BvrProdProgramColGenImpl; }; #include #endif // TEAMCENTER__MFG0BVRPRODPROGRAMCOLDELEGATE_HXX