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.

110 lines
3.0 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, Prg0AbsPlanDelegate
Filename: Prg0AbsPlanDelegateExt.hxx
Module: prg1programplanningapp
@BMIDE autogenerated
==================================================================================================*/
#ifndef PRG1__PRG1PROGRAMPLANNINGAPP__PRG0ABSPLANDELEGATE_HXX
#define PRG1__PRG1PROGRAMPLANNINGAPP__PRG0ABSPLANDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <prg1programplanningapp/Prg0AbsPlanExt.hxx>
#include <prg1programplanningapp/libprg1programplanningapp_exports.h>
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Prg0AbsPlanDelegate;
}
}
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Prg0AbsPlanImpl;
}
}
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Prg0AbsPlan;
}
}
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Prg0AbsPlanGenImpl;
}
}
namespace prg1_alias = ::prg1;
class PRG1PROGRAMPLANNINGAPP_API prg1_alias::Prg1ProgramPlanningApp::Prg0AbsPlanDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Prg0AbsPlanDelegate instance
static Prg0AbsPlanDelegate& getInstance();
// Method to create the Prg0AbsPlanImpl pointer
static Prg0AbsPlanImpl* createImpl( Prg0AbsPlan& ifObj );
// Method to delete the Prg0AbsPlanImpl pointer
static void deleteImpl( Prg0AbsPlanImpl* impl );
///
/// Getter for a Tag Property
/// @version Teamcenter 11.5
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getPrg1PlanFeatureBase(const Prg0AbsPlan &ifObj, tag_t &value, bool &isNull ) const;
///
/// Setter for a Tag Property
/// @version Teamcenter 11.5
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setPrg1PlanFeatureBase(Prg0AbsPlan &ifObj, const tag_t &value, bool isNull );
protected:
// Pointer to the instance
static Prg0AbsPlanDelegate* m_pInstance;
Prg0AbsPlanDelegate();
virtual ~Prg0AbsPlanDelegate();
static void setInstance( Prg0AbsPlanDelegate* instance );
private:
friend class ::prg1::Prg1ProgramPlanningApp::Prg0AbsPlanGenImpl;
};
#include <prg1programplanningapp/libprg1programplanningapp_undef.h>
#endif // PRG1__PRG1PROGRAMPLANNINGAPP__PRG0ABSPLANDELEGATE_HXX