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
2.3 KiB
78 lines
2.3 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, Mfg0SearchCriteriaAttributeDelegate
|
|
Filename: Mfg0SearchCriteriaAttributeDelegate.hxx
|
|
Module: mfg
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MFG0SEARCHCRITERIAATTRIBUTEDELEGATE_HXX
|
|
#define TEAMCENTER__MFG0SEARCHCRITERIAATTRIBUTEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mfg/Mfg0SearchCriteriaAttribute.hxx>
|
|
|
|
#include <mfg/libmfg_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Mfg0SearchCriteriaAttributeDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Mfg0SearchCriteriaAttributeImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Mfg0SearchCriteriaAttribute;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Mfg0SearchCriteriaAttributeGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MFG_API Teamcenter_alias::Mfg0SearchCriteriaAttributeDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mfg0SearchCriteriaAttributeDelegate instance
|
|
static Mfg0SearchCriteriaAttributeDelegate& getInstance();
|
|
|
|
// Method to create the Mfg0SearchCriteriaAttributeImpl pointer
|
|
static Mfg0SearchCriteriaAttributeImpl* createImpl( Mfg0SearchCriteriaAttribute& ifObj );
|
|
|
|
// Method to delete the Mfg0SearchCriteriaAttributeImpl pointer
|
|
static void deleteImpl( Mfg0SearchCriteriaAttributeImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mfg0SearchCriteriaAttributeDelegate* m_pInstance;
|
|
|
|
Mfg0SearchCriteriaAttributeDelegate();
|
|
virtual ~Mfg0SearchCriteriaAttributeDelegate();
|
|
static void setInstance( Mfg0SearchCriteriaAttributeDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Mfg0SearchCriteriaAttributeGenImpl;
|
|
|
|
};
|
|
|
|
#include <mfg/libmfg_undef.h>
|
|
#endif // TEAMCENTER__MFG0SEARCHCRITERIAATTRIBUTEDELEGATE_HXX
|