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.7 KiB
99 lines
2.7 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, Cpd0ClearanceCalculationDelegate
|
|
Filename: Cpd0ClearanceCalculationDelegate.hxx
|
|
Module: cpd0workset
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CPD__CPD0CLEARANCECALCULATIONDELEGATE_HXX
|
|
#define TEAMCENTER__CPD__CPD0CLEARANCECALCULATIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cpd0workset/Cpd0ClearanceCalculation.hxx>
|
|
|
|
#include <cpd0workset/libcpd0workset_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0ClearanceCalculationDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0ClearanceCalculationImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0ClearanceCalculation;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cpd
|
|
{
|
|
class Cpd0ClearanceCalculationGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CPD0WORKSET_API Teamcenter_alias::Cpd::Cpd0ClearanceCalculationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cpd0ClearanceCalculationDelegate instance
|
|
static Cpd0ClearanceCalculationDelegate& getInstance();
|
|
|
|
// Method to create the Cpd0ClearanceCalculationImpl pointer
|
|
static Cpd0ClearanceCalculationImpl* createImpl( Cpd0ClearanceCalculation& ifObj );
|
|
|
|
// Method to delete the Cpd0ClearanceCalculationImpl pointer
|
|
static void deleteImpl( Cpd0ClearanceCalculationImpl* 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 Cpd0ClearanceCalculation &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Cpd0ClearanceCalculationDelegate* m_pInstance;
|
|
|
|
Cpd0ClearanceCalculationDelegate();
|
|
virtual ~Cpd0ClearanceCalculationDelegate();
|
|
static void setInstance( Cpd0ClearanceCalculationDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Cpd::Cpd0ClearanceCalculationGenImpl;
|
|
|
|
};
|
|
|
|
#include <cpd0workset/libcpd0workset_undef.h>
|
|
#endif // TEAMCENTER__CPD__CPD0CLEARANCECALCULATIONDELEGATE_HXX
|