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
2.9 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, GDELineDelegate
Filename: GDELineDelegateExt.hxx
Module: Mci0mfgcharacteristicsbvr
@BMIDE autogenerated
==================================================================================================*/
#ifndef MCI0__MCI0MFGCHARACTERISTICS__GDELINEDELEGATE_HXX
#define MCI0__MCI0MFGCHARACTERISTICS__GDELINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Mci0mfgcharacteristicsbvr/GDELineExt.hxx>
#include <Mci0mfgcharacteristicsbvr/libmci0mfgcharacteristicsbvr_exports.h>
namespace mci0
{
namespace mci0mfgcharacteristics
{
class GDELineDelegate;
}
}
namespace mci0
{
namespace mci0mfgcharacteristics
{
class GDELineImpl;
}
}
namespace mci0
{
namespace mci0mfgcharacteristics
{
class GDELine;
}
}
namespace mci0
{
namespace mci0mfgcharacteristics
{
class GDELineGenImpl;
}
}
namespace mci0_alias = ::mci0;
class MCI0MFGCHARACTERISTICSBVR_API mci0_alias::mci0mfgcharacteristics::GDELineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the GDELineDelegate instance
static GDELineDelegate& getInstance();
// Method to create the GDELineImpl pointer
static GDELineImpl* createImpl( GDELine& ifObj );
// Method to delete the GDELineImpl pointer
static void deleteImpl( GDELineImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 10.1.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMci0KeyCharacteristicsBase(const GDELine &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 10.1.1
/// @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 setMci0KeyCharacteristicsBase(GDELine &ifObj, const std::string &value, bool isNull );
protected:
// Pointer to the instance
static GDELineDelegate* m_pInstance;
GDELineDelegate();
virtual ~GDELineDelegate();
static void setInstance( GDELineDelegate* instance );
private:
friend class ::mci0::mci0mfgcharacteristics::GDELineGenImpl;
};
#include <Mci0mfgcharacteristicsbvr/libmci0mfgcharacteristicsbvr_undef.h>
#endif // MCI0__MCI0MFGCHARACTERISTICS__GDELINEDELEGATE_HXX