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.4 KiB
88 lines
2.4 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, C2_CapaOwnerDelegate
|
|
Filename: C2_CapaOwnerDelegate.hxx
|
|
Module: CPA0capadatamodel
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__C2_CAPAOWNERDELEGATE_HXX
|
|
#define CAPADATAMODEL__C2_CAPAOWNERDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <CPA0capadatamodel/C2_CapaOwner.hxx>
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class C2_CapaOwnerDelegate;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2_CapaOwnerImpl;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2_CapaOwner;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class C2_CapaOwnerGenImpl;
|
|
}
|
|
|
|
namespace capadatamodel_alias = ::capadatamodel;
|
|
|
|
|
|
class CPA0CAPADATAMODEL_API capadatamodel_alias::C2_CapaOwnerDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the C2_CapaOwnerDelegate instance
|
|
static C2_CapaOwnerDelegate& getInstance();
|
|
|
|
// Method to create the C2_CapaOwnerImpl pointer
|
|
static C2_CapaOwnerImpl* createImpl( C2_CapaOwner& ifObj );
|
|
|
|
// Method to delete the C2_CapaOwnerImpl pointer
|
|
static void deleteImpl( C2_CapaOwnerImpl* 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 C2_CapaOwner &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static C2_CapaOwnerDelegate* m_pInstance;
|
|
|
|
C2_CapaOwnerDelegate();
|
|
virtual ~C2_CapaOwnerDelegate();
|
|
static void setInstance( C2_CapaOwnerDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::capadatamodel::C2_CapaOwnerGenImpl;
|
|
|
|
};
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
|
|
#endif // CAPADATAMODEL__C2_CAPAOWNERDELEGATE_HXX
|