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, Smr0PartFaultDelegate
Filename: Smr0PartFaultDelegate.hxx
Module: mrocore
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MROCORE__SMR0PARTFAULTDELEGATE_HXX
#define TEAMCENTER__MROCORE__SMR0PARTFAULTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mrocore/Smr0PartFault.hxx>
#include <mrocore/libmrocore_exports.h>
namespace Teamcenter
{
namespace mrocore
{
class Smr0PartFaultDelegate;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0PartFaultImpl;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0PartFault;
}
}
namespace Teamcenter
{
namespace mrocore
{
class Smr0PartFaultGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MROCORE_API Teamcenter_alias::mrocore::Smr0PartFaultDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Smr0PartFaultDelegate instance
static Smr0PartFaultDelegate& getInstance();
// Method to create the Smr0PartFaultImpl pointer
static Smr0PartFaultImpl* createImpl( Smr0PartFault& ifObj );
// Method to delete the Smr0PartFaultImpl pointer
static void deleteImpl( Smr0PartFaultImpl* 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 Smr0PartFault &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Smr0PartFaultDelegate* m_pInstance;
Smr0PartFaultDelegate();
virtual ~Smr0PartFaultDelegate();
static void setInstance( Smr0PartFaultDelegate* instance );
private:
friend class ::Teamcenter::mrocore::Smr0PartFaultGenImpl;
};
#include <mrocore/libmrocore_undef.h>
#endif // TEAMCENTER__MROCORE__SMR0PARTFAULTDELEGATE_HXX