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.
98 lines
2.7 KiB
98 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, CfgAttachmentLineDelegate
|
|
Filename: CfgAttachmentLineDelegate.hxx
|
|
Module: me
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CFGATTACHMENTLINEDELEGATE_HXX
|
|
#define TEAMCENTER__CFGATTACHMENTLINEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <me/CfgAttachmentLine.hxx>
|
|
|
|
#include <me/libme_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class CfgAttachmentLineDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CfgAttachmentLineImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CfgAttachmentLine;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class CfgAttachmentLineGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ME_API Teamcenter_alias::CfgAttachmentLineDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CfgAttachmentLineDelegate instance
|
|
static CfgAttachmentLineDelegate& getInstance();
|
|
|
|
// Method to create the CfgAttachmentLineImpl pointer
|
|
static CfgAttachmentLineImpl* createImpl( CfgAttachmentLine& ifObj );
|
|
|
|
// Method to delete the CfgAttachmentLineImpl pointer
|
|
static void deleteImpl( CfgAttachmentLineImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getAl_contextBase(const CfgAttachmentLine &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Setter for a string Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @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 setAl_contextBase(CfgAttachmentLine &ifObj, const std::string &value, bool isNull );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static CfgAttachmentLineDelegate* m_pInstance;
|
|
|
|
CfgAttachmentLineDelegate();
|
|
virtual ~CfgAttachmentLineDelegate();
|
|
static void setInstance( CfgAttachmentLineDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::CfgAttachmentLineGenImpl;
|
|
|
|
};
|
|
|
|
#include <me/libme_undef.h>
|
|
#endif // TEAMCENTER__CFGATTACHMENTLINEDELEGATE_HXX
|