//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, NeutralCharacteristicsDelegate Filename: NeutralCharacteristicsDelegate.hxx Module: mrocore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MROCORE__NEUTRALCHARACTERISTICSDELEGATE_HXX #define TEAMCENTER__MROCORE__NEUTRALCHARACTERISTICSDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mrocore { class NeutralCharacteristicsDelegate; } } namespace Teamcenter { namespace mrocore { class NeutralCharacteristicsImpl; } } namespace Teamcenter { namespace mrocore { class NeutralCharacteristics; } } namespace Teamcenter { namespace mrocore { class NeutralCharacteristicsGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MROCORE_API Teamcenter_alias::mrocore::NeutralCharacteristicsDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the NeutralCharacteristicsDelegate instance static NeutralCharacteristicsDelegate& getInstance(); // Method to create the NeutralCharacteristicsImpl pointer static NeutralCharacteristicsImpl* createImpl( NeutralCharacteristics& ifObj ); // Method to delete the NeutralCharacteristicsImpl pointer static void deleteImpl( NeutralCharacteristicsImpl* 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 NeutralCharacteristics &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static NeutralCharacteristicsDelegate* m_pInstance; NeutralCharacteristicsDelegate(); virtual ~NeutralCharacteristicsDelegate(); static void setInstance( NeutralCharacteristicsDelegate* instance ); private: friend class ::Teamcenter::mrocore::NeutralCharacteristicsGenImpl; }; #include #endif // TEAMCENTER__MROCORE__NEUTRALCHARACTERISTICSDELEGATE_HXX