You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
2.6 KiB

//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, GeneralDesignElementLinkDelegate
Filename: GeneralDesignElementLinkDelegate.hxx
Module: tccoreext
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__GENERALDESIGNELEMENTLINKDELEGATE_HXX
#define TEAMCENTER__GENERALDESIGNELEMENTLINKDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <tccoreext/GeneralDesignElementLink.hxx>
#include <tccoreext/libtccoreext_exports.h>
namespace Teamcenter
{
class GeneralDesignElementLinkDelegate;
}
namespace Teamcenter
{
class GeneralDesignElementLinkImpl;
}
namespace Teamcenter
{
class GeneralDesignElementLink;
}
namespace Teamcenter
{
class GeneralDesignElementLinkGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class TCCOREEXT_API Teamcenter_alias::GeneralDesignElementLinkDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the GeneralDesignElementLinkDelegate instance
static GeneralDesignElementLinkDelegate& getInstance();
// Method to create the GeneralDesignElementLinkImpl pointer
static GeneralDesignElementLinkImpl* createImpl( GeneralDesignElementLink& ifObj );
// Method to delete the GeneralDesignElementLinkImpl pointer
static void deleteImpl( GeneralDesignElementLinkImpl* impl );
///
/// 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 GeneralDesignElementLink &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static GeneralDesignElementLinkDelegate* m_pInstance;
GeneralDesignElementLinkDelegate();
virtual ~GeneralDesignElementLinkDelegate();
static void setInstance( GeneralDesignElementLinkDelegate* instance );
private:
friend class ::Teamcenter::GeneralDesignElementLinkGenImpl;
};
#include <tccoreext/libtccoreext_undef.h>
#endif // TEAMCENTER__GENERALDESIGNELEMENTLINKDELEGATE_HXX