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.
90 lines
2.5 KiB
90 lines
2.5 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, Mdl0EffectivityExprBlockDelegate
|
|
Filename: Mdl0EffectivityExprBlockDelegate.hxx
|
|
Module: mdl0model
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APPMODEL__MDL0EFFECTIVITYEXPRBLOCKDELEGATE_HXX
|
|
#define TEAMCENTER__APPMODEL__MDL0EFFECTIVITYEXPRBLOCKDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mdl0model/Mdl0EffectivityExprBlock.hxx>
|
|
|
|
#include <mdl0model/libmdl0model_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
class Mdl0EffectivityExprBlockDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
class Mdl0EffectivityExprBlockImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
class Mdl0EffectivityExprBlock;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace AppModel
|
|
{
|
|
class Mdl0EffectivityExprBlockGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0EffectivityExprBlockDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mdl0EffectivityExprBlockDelegate instance
|
|
static Mdl0EffectivityExprBlockDelegate& getInstance();
|
|
|
|
// Method to create the Mdl0EffectivityExprBlockImpl pointer
|
|
static Mdl0EffectivityExprBlockImpl* createImpl( Mdl0EffectivityExprBlock& ifObj );
|
|
|
|
// Method to delete the Mdl0EffectivityExprBlockImpl pointer
|
|
static void deleteImpl( Mdl0EffectivityExprBlockImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mdl0EffectivityExprBlockDelegate* m_pInstance;
|
|
|
|
Mdl0EffectivityExprBlockDelegate();
|
|
virtual ~Mdl0EffectivityExprBlockDelegate();
|
|
static void setInstance( Mdl0EffectivityExprBlockDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::AppModel::Mdl0EffectivityExprBlockGenImpl;
|
|
|
|
};
|
|
|
|
#include <mdl0model/libmdl0model_undef.h>
|
|
#endif // TEAMCENTER__APPMODEL__MDL0EFFECTIVITYEXPRBLOCKDELEGATE_HXX
|