//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, Pmi0PMIAuthoringRelDelegate Filename: Pmi0PMIAuthoringRelDelegate.hxx Module: Pmi0pmi @BMIDE autogenerated ==================================================================================================*/ #ifndef PMI__PMI0PMIAUTHORINGRELDELEGATE_HXX #define PMI__PMI0PMIAUTHORINGRELDELEGATE_HXX #include #include #include namespace pmi { class Pmi0PMIAuthoringRelDelegate; } namespace pmi { class Pmi0PMIAuthoringRelImpl; } namespace pmi { class Pmi0PMIAuthoringRel; } namespace pmi { class Pmi0PMIAuthoringRelGenImpl; } namespace pmi_alias = ::pmi; class PMI0PMI_API pmi_alias::Pmi0PMIAuthoringRelDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Pmi0PMIAuthoringRelDelegate instance static Pmi0PMIAuthoringRelDelegate& getInstance(); // Method to create the Pmi0PMIAuthoringRelImpl pointer static Pmi0PMIAuthoringRelImpl* createImpl( Pmi0PMIAuthoringRel& ifObj ); // Method to delete the Pmi0PMIAuthoringRelImpl pointer static void deleteImpl( Pmi0PMIAuthoringRelImpl* 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 Pmi0PMIAuthoringRel &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Pmi0PMIAuthoringRelDelegate* m_pInstance; Pmi0PMIAuthoringRelDelegate(); virtual ~Pmi0PMIAuthoringRelDelegate(); static void setInstance( Pmi0PMIAuthoringRelDelegate* instance ); private: friend class ::pmi::Pmi0PMIAuthoringRelGenImpl; }; #include #endif // PMI__PMI0PMIAUTHORINGRELDELEGATE_HXX