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.
100 lines
2.7 KiB
100 lines
2.7 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, AsMaintainedBOMLineDelegate
|
|
Filename: AsMaintainedBOMLineDelegateExt.hxx
|
|
Module: sspspralignment
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef SPI0__SSPSPRALIGNMENT__ASMAINTAINEDBOMLINEDELEGATE_HXX
|
|
#define SPI0__SSPSPRALIGNMENT__ASMAINTAINEDBOMLINEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <sspspralignment/AsMaintainedBOMLineExt.hxx>
|
|
|
|
#include <sspspralignment/libsspspralignment_exports.h>
|
|
|
|
namespace spi0
|
|
{
|
|
namespace sspspralignment
|
|
{
|
|
class AsMaintainedBOMLineDelegate;
|
|
}
|
|
}
|
|
namespace spi0
|
|
{
|
|
namespace sspspralignment
|
|
{
|
|
class AsMaintainedBOMLineImpl;
|
|
}
|
|
}
|
|
namespace spi0
|
|
{
|
|
namespace sspspralignment
|
|
{
|
|
class AsMaintainedBOMLine;
|
|
}
|
|
}
|
|
namespace spi0
|
|
{
|
|
namespace sspspralignment
|
|
{
|
|
class AsMaintainedBOMLineGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace spi0_alias = ::spi0;
|
|
|
|
|
|
class SSPSPRALIGNMENT_API spi0_alias::sspspralignment::AsMaintainedBOMLineDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the AsMaintainedBOMLineDelegate instance
|
|
static AsMaintainedBOMLineDelegate& getInstance();
|
|
|
|
// Method to create the AsMaintainedBOMLineImpl pointer
|
|
static AsMaintainedBOMLineImpl* createImpl( AsMaintainedBOMLine& ifObj );
|
|
|
|
// Method to delete the AsMaintainedBOMLineImpl pointer
|
|
static void deleteImpl( AsMaintainedBOMLineImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Double Property
|
|
/// @version Teamcenter 13.1
|
|
/// @param value - Parameter Value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getSpi0LifeValueBase(const AsMaintainedBOMLine &ifObj, double &value, bool &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static AsMaintainedBOMLineDelegate* m_pInstance;
|
|
|
|
AsMaintainedBOMLineDelegate();
|
|
virtual ~AsMaintainedBOMLineDelegate();
|
|
static void setInstance( AsMaintainedBOMLineDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::spi0::sspspralignment::AsMaintainedBOMLineGenImpl;
|
|
|
|
};
|
|
|
|
#include <sspspralignment/libsspspralignment_undef.h>
|
|
#endif // SPI0__SSPSPRALIGNMENT__ASMAINTAINEDBOMLINEDELEGATE_HXX
|