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.
87 lines
2.4 KiB
87 lines
2.4 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, Eda0HasRelatedIDXDelegate
|
|
Filename: Eda0HasRelatedIDXDelegate.hxx
|
|
Module: eda
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__EDA0HASRELATEDIDXDELEGATE_HXX
|
|
#define TEAMCENTER__EDA0HASRELATEDIDXDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <eda/Eda0HasRelatedIDX.hxx>
|
|
|
|
#include <eda/libeda_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Eda0HasRelatedIDXDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Eda0HasRelatedIDXImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Eda0HasRelatedIDX;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Eda0HasRelatedIDXGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class EDA_API Teamcenter_alias::Eda0HasRelatedIDXDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Eda0HasRelatedIDXDelegate instance
|
|
static Eda0HasRelatedIDXDelegate& getInstance();
|
|
|
|
// Method to create the Eda0HasRelatedIDXImpl pointer
|
|
static Eda0HasRelatedIDXImpl* createImpl( Eda0HasRelatedIDX& ifObj );
|
|
|
|
// Method to delete the Eda0HasRelatedIDXImpl pointer
|
|
static void deleteImpl( Eda0HasRelatedIDXImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Eda0HasRelatedIDX &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Eda0HasRelatedIDXDelegate* m_pInstance;
|
|
|
|
Eda0HasRelatedIDXDelegate();
|
|
virtual ~Eda0HasRelatedIDXDelegate();
|
|
static void setInstance( Eda0HasRelatedIDXDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Eda0HasRelatedIDXGenImpl;
|
|
|
|
};
|
|
|
|
#include <eda/libeda_undef.h>
|
|
#endif // TEAMCENTER__EDA0HASRELATEDIDXDELEGATE_HXX
|