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.
99 lines
2.6 KiB
99 lines
2.6 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, DCt_XmlAttrMapTblDelegate
|
|
Filename: DCt_XmlAttrMapTblDelegate.hxx
|
|
Module: contmgmtbase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CONTMGMTBASE__DCT_XMLATTRMAPTBLDELEGATE_HXX
|
|
#define TEAMCENTER__CONTMGMTBASE__DCT_XMLATTRMAPTBLDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <contmgmtbase/DCt_XmlAttrMapTbl.hxx>
|
|
|
|
#include <contmgmtbase/libcontmgmtbase_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DCt_XmlAttrMapTblDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DCt_XmlAttrMapTblImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DCt_XmlAttrMapTbl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace contmgmtbase
|
|
{
|
|
class DCt_XmlAttrMapTblGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::DCt_XmlAttrMapTblDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the DCt_XmlAttrMapTblDelegate instance
|
|
static DCt_XmlAttrMapTblDelegate& getInstance();
|
|
|
|
// Method to create the DCt_XmlAttrMapTblImpl pointer
|
|
static DCt_XmlAttrMapTblImpl* createImpl( DCt_XmlAttrMapTbl& ifObj );
|
|
|
|
// Method to delete the DCt_XmlAttrMapTblImpl pointer
|
|
static void deleteImpl( DCt_XmlAttrMapTblImpl* 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 DCt_XmlAttrMapTbl &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static DCt_XmlAttrMapTblDelegate* m_pInstance;
|
|
|
|
DCt_XmlAttrMapTblDelegate();
|
|
virtual ~DCt_XmlAttrMapTblDelegate();
|
|
static void setInstance( DCt_XmlAttrMapTblDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::contmgmtbase::DCt_XmlAttrMapTblGenImpl;
|
|
|
|
};
|
|
|
|
#include <contmgmtbase/libcontmgmtbase_undef.h>
|
|
#endif // TEAMCENTER__CONTMGMTBASE__DCT_XMLATTRMAPTBLDELEGATE_HXX
|