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.
108 lines
3.6 KiB
108 lines
3.6 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, Prg1AbsTakeRateTargtElementDelegate
|
|
Filename: Prg1AbsTakeRateTargtElementDelegate.hxx
|
|
Module: prg1programplanningapp
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef PRG1PROGRAMPLANNINGAPP__PRG1ABSTAKERATETARGTELEMENTDELEGATE_HXX
|
|
#define PRG1PROGRAMPLANNINGAPP__PRG1ABSTAKERATETARGTELEMENTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <prg1programplanningapp/Prg1AbsTakeRateTargtElement.hxx>
|
|
|
|
#include <prg1programplanningapp/libprg1programplanningapp_exports.h>
|
|
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsTakeRateTargtElementDelegate;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsTakeRateTargtElementImpl;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsTakeRateTargtElement;
|
|
}
|
|
namespace Prg1ProgramPlanningApp
|
|
{
|
|
class Prg1AbsTakeRateTargtElementGenImpl;
|
|
}
|
|
|
|
namespace Prg1ProgramPlanningApp_alias = ::Prg1ProgramPlanningApp;
|
|
|
|
|
|
class PRG1PROGRAMPLANNINGAPP_API Prg1ProgramPlanningApp_alias::Prg1AbsTakeRateTargtElementDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Prg1AbsTakeRateTargtElementDelegate instance
|
|
static Prg1AbsTakeRateTargtElementDelegate& getInstance();
|
|
|
|
// Method to create the Prg1AbsTakeRateTargtElementImpl pointer
|
|
static Prg1AbsTakeRateTargtElementImpl* createImpl( Prg1AbsTakeRateTargtElement& ifObj );
|
|
|
|
// Method to delete the Prg1AbsTakeRateTargtElementImpl pointer
|
|
static void deleteImpl( Prg1AbsTakeRateTargtElementImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Double 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 getPrg1GoalBase(const Prg1AbsTakeRateTargtElement &ifObj, double &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Getter for a Double 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 getPrg1MaxBase(const Prg1AbsTakeRateTargtElement &ifObj, double &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Getter for a Double 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 getPrg1MinBase(const Prg1AbsTakeRateTargtElement &ifObj, double &value, bool &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Prg1AbsTakeRateTargtElementDelegate* m_pInstance;
|
|
|
|
Prg1AbsTakeRateTargtElementDelegate();
|
|
virtual ~Prg1AbsTakeRateTargtElementDelegate();
|
|
static void setInstance( Prg1AbsTakeRateTargtElementDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Prg1ProgramPlanningApp::Prg1AbsTakeRateTargtElementGenImpl;
|
|
|
|
};
|
|
|
|
#include <prg1programplanningapp/libprg1programplanningapp_undef.h>
|
|
#endif // PRG1PROGRAMPLANNINGAPP__PRG1ABSTAKERATETARGTELEMENTDELEGATE_HXX
|