//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, Cfg0AbsAssociationDelegate Filename: Cfg0AbsAssociationDelegate.hxx Module: Cfg0configurator @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSASSOCIATIONDELEGATE_HXX #define TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSASSOCIATIONDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsAssociationDelegate; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsAssociationImpl; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsAssociation; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsAssociationGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CFG0CONFIGURATOR_API Teamcenter_alias::Cfg0configurator::Cfg0AbsAssociationDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cfg0AbsAssociationDelegate instance static Cfg0AbsAssociationDelegate& getInstance(); // Method to create the Cfg0AbsAssociationImpl pointer static Cfg0AbsAssociationImpl* createImpl( Cfg0AbsAssociation& ifObj ); // Method to delete the Cfg0AbsAssociationImpl pointer static void deleteImpl( Cfg0AbsAssociationImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 10.1.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCfg0TargetBase(const Cfg0AbsAssociation &ifObj, tag_t &value, bool &isNull ) const; /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Cfg0AbsAssociation &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Cfg0AbsAssociationDelegate* m_pInstance; Cfg0AbsAssociationDelegate(); virtual ~Cfg0AbsAssociationDelegate(); static void setInstance( Cfg0AbsAssociationDelegate* instance ); private: friend class ::Teamcenter::Cfg0configurator::Cfg0AbsAssociationGenImpl; }; #include #endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSASSOCIATIONDELEGATE_HXX