//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, Fnd0SharedEffExprBlockDelegate Filename: Fnd0SharedEffExprBlockDelegate.hxx Module: tccore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0SHAREDEFFEXPRBLOCKDELEGATE_HXX #define TEAMCENTER__FND0SHAREDEFFEXPRBLOCKDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0SharedEffExprBlockDelegate; } namespace Teamcenter { class Fnd0SharedEffExprBlockImpl; } namespace Teamcenter { class Fnd0SharedEffExprBlock; } namespace Teamcenter { class Fnd0SharedEffExprBlockGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class TCCORE_API Teamcenter_alias::Fnd0SharedEffExprBlockDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0SharedEffExprBlockDelegate instance static Fnd0SharedEffExprBlockDelegate& getInstance(); // Method to create the Fnd0SharedEffExprBlockImpl pointer static Fnd0SharedEffExprBlockImpl* createImpl( Fnd0SharedEffExprBlock& ifObj ); // Method to delete the Fnd0SharedEffExprBlockImpl pointer static void deleteImpl( Fnd0SharedEffExprBlockImpl* impl ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Fnd0SharedEffExprBlock &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Fnd0SharedEffExprBlockDelegate* m_pInstance; Fnd0SharedEffExprBlockDelegate(); virtual ~Fnd0SharedEffExprBlockDelegate(); static void setInstance( Fnd0SharedEffExprBlockDelegate* instance ); private: friend class ::Teamcenter::Fnd0SharedEffExprBlockGenImpl; }; #include #endif // TEAMCENTER__FND0SHAREDEFFEXPRBLOCKDELEGATE_HXX