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.

88 lines
2.5 KiB

//Copyright 2020 Siemens Digital Industries Software
//==================================================
//Copyright $2020.
//Siemens Product Lifecycle Management Software Inc.
//All Rights Reserved.
//e
//==================================================
//Copyright 2020 Siemens Digital Industries Software
/*==================================================================================================
File description:
This file contains the declaration for the Business Object, C2RelatedWebLinkDelegate
Filename: C2RelatedWebLinkDelegate.hxx
Module: CPA0capadatamodel
@BMIDE autogenerated
==================================================================================================*/
#ifndef CAPADATAMODEL__C2RELATEDWEBLINKDELEGATE_HXX
#define CAPADATAMODEL__C2RELATEDWEBLINKDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <CPA0capadatamodel/C2RelatedWebLink.hxx>
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
namespace capadatamodel
{
class C2RelatedWebLinkDelegate;
}
namespace capadatamodel
{
class C2RelatedWebLinkImpl;
}
namespace capadatamodel
{
class C2RelatedWebLink;
}
namespace capadatamodel
{
class C2RelatedWebLinkGenImpl;
}
namespace capadatamodel_alias = ::capadatamodel;
class CPA0CAPADATAMODEL_API capadatamodel_alias::C2RelatedWebLinkDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the C2RelatedWebLinkDelegate instance
static C2RelatedWebLinkDelegate& getInstance();
// Method to create the C2RelatedWebLinkImpl pointer
static C2RelatedWebLinkImpl* createImpl( C2RelatedWebLink& ifObj );
// Method to delete the C2RelatedWebLinkImpl pointer
static void deleteImpl( C2RelatedWebLinkImpl* 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 C2RelatedWebLink &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static C2RelatedWebLinkDelegate* m_pInstance;
C2RelatedWebLinkDelegate();
virtual ~C2RelatedWebLinkDelegate();
static void setInstance( C2RelatedWebLinkDelegate* instance );
private:
friend class ::capadatamodel::C2RelatedWebLinkGenImpl;
};
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
#endif // CAPADATAMODEL__C2RELATEDWEBLINKDELEGATE_HXX