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.3 KiB
90 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, MroRuleEntryDelegate
|
|
Filename: MroRuleEntryDelegate.hxx
|
|
Module: asmaintained
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ASMAINTAINED__MRORULEENTRYDELEGATE_HXX
|
|
#define TEAMCENTER__ASMAINTAINED__MRORULEENTRYDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <asmaintained/MroRuleEntry.hxx>
|
|
|
|
#include <asmaintained/libasmaintained_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace asmaintained
|
|
{
|
|
class MroRuleEntryDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace asmaintained
|
|
{
|
|
class MroRuleEntryImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace asmaintained
|
|
{
|
|
class MroRuleEntry;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace asmaintained
|
|
{
|
|
class MroRuleEntryGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ASMAINTAINED_API Teamcenter_alias::asmaintained::MroRuleEntryDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the MroRuleEntryDelegate instance
|
|
static MroRuleEntryDelegate& getInstance();
|
|
|
|
// Method to create the MroRuleEntryImpl pointer
|
|
static MroRuleEntryImpl* createImpl( MroRuleEntry& ifObj );
|
|
|
|
// Method to delete the MroRuleEntryImpl pointer
|
|
static void deleteImpl( MroRuleEntryImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static MroRuleEntryDelegate* m_pInstance;
|
|
|
|
MroRuleEntryDelegate();
|
|
virtual ~MroRuleEntryDelegate();
|
|
static void setInstance( MroRuleEntryDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::asmaintained::MroRuleEntryGenImpl;
|
|
|
|
};
|
|
|
|
#include <asmaintained/libasmaintained_undef.h>
|
|
#endif // TEAMCENTER__ASMAINTAINED__MRORULEENTRYDELEGATE_HXX
|