//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, Mfg0BvrScopeFlowDelegate Filename: Mfg0BvrScopeFlowDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVRSCOPEFLOWDELEGATE_HXX #define TEAMCENTER__MFG0BVRSCOPEFLOWDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0BvrScopeFlowDelegate; } namespace Teamcenter { class Mfg0BvrScopeFlowImpl; } namespace Teamcenter { class Mfg0BvrScopeFlow; } namespace Teamcenter { class Mfg0BvrScopeFlowGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0BvrScopeFlowDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0BvrScopeFlowDelegate instance static Mfg0BvrScopeFlowDelegate& getInstance(); // Method to create the Mfg0BvrScopeFlowImpl pointer static Mfg0BvrScopeFlowImpl* createImpl( Mfg0BvrScopeFlow& ifObj ); // Method to delete the Mfg0BvrScopeFlowImpl pointer static void deleteImpl( Mfg0BvrScopeFlowImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 8.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0predecessorBase(const Mfg0BvrScopeFlow &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getMfg0successorBase(const Mfg0BvrScopeFlow &ifObj, tag_t &value, bool &isNull ) const; protected: // Pointer to the instance static Mfg0BvrScopeFlowDelegate* m_pInstance; Mfg0BvrScopeFlowDelegate(); virtual ~Mfg0BvrScopeFlowDelegate(); static void setInstance( Mfg0BvrScopeFlowDelegate* instance ); private: friend class ::Teamcenter::Mfg0BvrScopeFlowGenImpl; }; #include #endif // TEAMCENTER__MFG0BVRSCOPEFLOWDELEGATE_HXX