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.

96 lines
2.8 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, Fnd0ContextSpecificIDDelegate
Filename: Fnd0ContextSpecificIDDelegate.hxx
Module: property
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0CONTEXTSPECIFICIDDELEGATE_HXX
#define TEAMCENTER__FND0CONTEXTSPECIFICIDDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <property/Fnd0ContextSpecificID.hxx>
#include <property/libproperty_exports.h>
namespace Teamcenter
{
class Fnd0ContextSpecificIDDelegate;
}
namespace Teamcenter
{
class Fnd0ContextSpecificIDImpl;
}
namespace Teamcenter
{
class Fnd0ContextSpecificID;
}
namespace Teamcenter
{
class Fnd0ContextSpecificIDGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PROPERTY_API Teamcenter_alias::Fnd0ContextSpecificIDDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ContextSpecificIDDelegate instance
static Fnd0ContextSpecificIDDelegate& getInstance();
// Method to create the Fnd0ContextSpecificIDImpl pointer
static Fnd0ContextSpecificIDImpl* createImpl( Fnd0ContextSpecificID& ifObj );
// Method to delete the Fnd0ContextSpecificIDImpl pointer
static void deleteImpl( Fnd0ContextSpecificIDImpl* impl );
///
/// Description for the Finalize Create Input
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - Return desc for Initialize for Create
///
int finalizeCreateInputBase(const Fnd0ContextSpecificID &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Fnd0ContextSpecificID &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0ContextSpecificIDDelegate* m_pInstance;
Fnd0ContextSpecificIDDelegate();
virtual ~Fnd0ContextSpecificIDDelegate();
static void setInstance( Fnd0ContextSpecificIDDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ContextSpecificIDGenImpl;
};
#include <property/libproperty_undef.h>
#endif // TEAMCENTER__FND0CONTEXTSPECIFICIDDELEGATE_HXX