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