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.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, AbsOccPosRefDelegate
Filename: AbsOccPosRefDelegate.hxx
Module: ps
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ABSOCCPOSREFDELEGATE_HXX
#define TEAMCENTER__ABSOCCPOSREFDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ps/AbsOccPosRef.hxx>
#include <ps/libps_exports.h>
namespace Teamcenter
{
class AbsOccPosRefDelegate;
}
namespace Teamcenter
{
class AbsOccPosRefImpl;
}
namespace Teamcenter
{
class AbsOccPosRef;
}
namespace Teamcenter
{
class AbsOccPosRefGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PS_API Teamcenter_alias::AbsOccPosRefDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the AbsOccPosRefDelegate instance
static AbsOccPosRefDelegate& getInstance();
// Method to create the AbsOccPosRefImpl pointer
static AbsOccPosRefImpl* createImpl( AbsOccPosRef& ifObj );
// Method to delete the AbsOccPosRefImpl pointer
static void deleteImpl( AbsOccPosRefImpl* impl );
///
/// desc for setPropertiesFromCreateInpu
/// @version Tc 8
/// @param creInput - Description for CreateInput
/// @return - return desc for setPropertiesFromCreateInput
///
int setPropertiesFromCreateInputBase(const AbsOccPosRef &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 AbsOccPosRef &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static AbsOccPosRefDelegate* m_pInstance;
AbsOccPosRefDelegate();
virtual ~AbsOccPosRefDelegate();
static void setInstance( AbsOccPosRefDelegate* instance );
private:
friend class ::Teamcenter::AbsOccPosRefGenImpl;
};
#include <ps/libps_undef.h>
#endif // TEAMCENTER__ABSOCCPOSREFDELEGATE_HXX