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.

78 lines
1.9 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, RequirementDelegate
Filename: RequirementDelegate.hxx
Module: req
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__REQUIREMENTDELEGATE_HXX
#define TEAMCENTER__REQUIREMENTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <req/Requirement.hxx>
#include <req/libreq_exports.h>
namespace Teamcenter
{
class RequirementDelegate;
}
namespace Teamcenter
{
class RequirementImpl;
}
namespace Teamcenter
{
class Requirement;
}
namespace Teamcenter
{
class RequirementGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class REQ_API Teamcenter_alias::RequirementDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the RequirementDelegate instance
static RequirementDelegate& getInstance();
// Method to create the RequirementImpl pointer
static RequirementImpl* createImpl( Requirement& ifObj );
// Method to delete the RequirementImpl pointer
static void deleteImpl( RequirementImpl* impl );
protected:
// Pointer to the instance
static RequirementDelegate* m_pInstance;
RequirementDelegate();
virtual ~RequirementDelegate();
static void setInstance( RequirementDelegate* instance );
private:
friend class ::Teamcenter::RequirementGenImpl;
};
#include <req/libreq_undef.h>
#endif // TEAMCENTER__REQUIREMENTDELEGATE_HXX