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.5 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, Mdl0BaselineDelegate
Filename: Mdl0BaselineDelegate.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0BASELINEDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0BASELINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mdl0model/Mdl0Baseline.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0BaselineDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0BaselineImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0Baseline;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0BaselineGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0BaselineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0BaselineDelegate instance
static Mdl0BaselineDelegate& getInstance();
// Method to create the Mdl0BaselineImpl pointer
static Mdl0BaselineImpl* createImpl( Mdl0Baseline& ifObj );
// Method to delete the Mdl0BaselineImpl pointer
static void deleteImpl( Mdl0BaselineImpl* 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 Mdl0Baseline &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Mdl0BaselineDelegate* m_pInstance;
Mdl0BaselineDelegate();
virtual ~Mdl0BaselineDelegate();
static void setInstance( Mdl0BaselineDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0BaselineGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0BASELINEDELEGATE_HXX