//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, Mat1InheritedParamSmrtTblDelegate Filename: Mat1InheritedParamSmrtTblDelegate.hxx Module: mat1materialmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef MATERIALMGMT__MAT1INHERITEDPARAMSMRTTBLDELEGATE_HXX #define MATERIALMGMT__MAT1INHERITEDPARAMSMRTTBLDELEGATE_HXX #include #include #include namespace materialmgmt { class Mat1InheritedParamSmrtTblDelegate; } namespace materialmgmt { class Mat1InheritedParamSmrtTblImpl; } namespace materialmgmt { class Mat1InheritedParamSmrtTbl; } namespace materialmgmt { class Mat1InheritedParamSmrtTblGenImpl; } namespace materialmgmt_alias = ::materialmgmt; class MAT1MATERIALMGMT_API materialmgmt_alias::Mat1InheritedParamSmrtTblDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mat1InheritedParamSmrtTblDelegate instance static Mat1InheritedParamSmrtTblDelegate& getInstance(); // Method to create the Mat1InheritedParamSmrtTblImpl pointer static Mat1InheritedParamSmrtTblImpl* createImpl( Mat1InheritedParamSmrtTbl& ifObj ); // Method to delete the Mat1InheritedParamSmrtTblImpl pointer static void deleteImpl( Mat1InheritedParamSmrtTblImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 13.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMat1SessionUnitXBase(const Mat1InheritedParamSmrtTbl &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 13.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMat1SessionUnitYBase(const Mat1InheritedParamSmrtTbl &ifObj, tag_t &value, bool &isNull ) const; protected: // Pointer to the instance static Mat1InheritedParamSmrtTblDelegate* m_pInstance; Mat1InheritedParamSmrtTblDelegate(); virtual ~Mat1InheritedParamSmrtTblDelegate(); static void setInstance( Mat1InheritedParamSmrtTblDelegate* instance ); private: friend class ::materialmgmt::Mat1InheritedParamSmrtTblGenImpl; }; #include #endif // MATERIALMGMT__MAT1INHERITEDPARAMSMRTTBLDELEGATE_HXX