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.
ML_ITK/13/include_cpp/cm/CMSolutionToImpactedDelegat...

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, CMSolutionToImpactedDelegate
Filename: CMSolutionToImpactedDelegate.hxx
Module: cm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CMSOLUTIONTOIMPACTEDDELEGATE_HXX
#define TEAMCENTER__CMSOLUTIONTOIMPACTEDDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cm/CMSolutionToImpacted.hxx>
#include <cm/libcm_exports.h>
namespace Teamcenter
{
class CMSolutionToImpactedDelegate;
}
namespace Teamcenter
{
class CMSolutionToImpactedImpl;
}
namespace Teamcenter
{
class CMSolutionToImpacted;
}
namespace Teamcenter
{
class CMSolutionToImpactedGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CM_API Teamcenter_alias::CMSolutionToImpactedDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CMSolutionToImpactedDelegate instance
static CMSolutionToImpactedDelegate& getInstance();
// Method to create the CMSolutionToImpactedImpl pointer
static CMSolutionToImpactedImpl* createImpl( CMSolutionToImpacted& ifObj );
// Method to delete the CMSolutionToImpactedImpl pointer
static void deleteImpl( CMSolutionToImpactedImpl* 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 CMSolutionToImpacted &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static CMSolutionToImpactedDelegate* m_pInstance;
CMSolutionToImpactedDelegate();
virtual ~CMSolutionToImpactedDelegate();
static void setInstance( CMSolutionToImpactedDelegate* instance );
private:
friend class ::Teamcenter::CMSolutionToImpactedGenImpl;
};
#include <cm/libcm_undef.h>
#endif // TEAMCENTER__CMSOLUTIONTOIMPACTEDDELEGATE_HXX