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.
ML_ITK/13/include_cpp/ps/Fnd0AbsInterchangeableGrpDe...

98 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, Fnd0AbsInterchangeableGrpDelegate
Filename: Fnd0AbsInterchangeableGrpDelegate.hxx
Module: ps
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0ABSINTERCHANGEABLEGRPDELEGATE_HXX
#define TEAMCENTER__FND0ABSINTERCHANGEABLEGRPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ps/Fnd0AbsInterchangeableGrp.hxx>
#include <ps/libps_exports.h>
namespace Teamcenter
{
class Fnd0AbsInterchangeableGrpDelegate;
}
namespace Teamcenter
{
class Fnd0AbsInterchangeableGrpImpl;
}
namespace Teamcenter
{
class Fnd0AbsInterchangeableGrp;
}
namespace Teamcenter
{
class Fnd0AbsInterchangeableGrpGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PS_API Teamcenter_alias::Fnd0AbsInterchangeableGrpDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0AbsInterchangeableGrpDelegate instance
static Fnd0AbsInterchangeableGrpDelegate& getInstance();
// Method to create the Fnd0AbsInterchangeableGrpImpl pointer
static Fnd0AbsInterchangeableGrpImpl* createImpl( Fnd0AbsInterchangeableGrp& ifObj );
// Method to delete the Fnd0AbsInterchangeableGrpImpl pointer
static void deleteImpl( Fnd0AbsInterchangeableGrpImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 11.6
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0idBase(const Fnd0AbsInterchangeableGrp &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 11.6
/// @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 setFnd0idBase(Fnd0AbsInterchangeableGrp &ifObj, const std::string &value, bool isNull );
protected:
// Pointer to the instance
static Fnd0AbsInterchangeableGrpDelegate* m_pInstance;
Fnd0AbsInterchangeableGrpDelegate();
virtual ~Fnd0AbsInterchangeableGrpDelegate();
static void setInstance( Fnd0AbsInterchangeableGrpDelegate* instance );
private:
friend class ::Teamcenter::Fnd0AbsInterchangeableGrpGenImpl;
};
#include <ps/libps_undef.h>
#endif // TEAMCENTER__FND0ABSINTERCHANGEABLEGRPDELEGATE_HXX