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
3.2 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, Mdl0ApprSrchGeomConstraintDelegate
Filename: Mdl0ApprSrchGeomConstraintDelegate.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0APPRSRCHGEOMCONSTRAINTDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0APPRSRCHGEOMCONSTRAINTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mdl0model/Mdl0ApprSrchGeomConstraint.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchGeomConstraintDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchGeomConstraintImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchGeomConstraint;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ApprSrchGeomConstraintGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0ApprSrchGeomConstraintDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0ApprSrchGeomConstraintDelegate instance
static Mdl0ApprSrchGeomConstraintDelegate& getInstance();
// Method to create the Mdl0ApprSrchGeomConstraintImpl pointer
static Mdl0ApprSrchGeomConstraintImpl* createImpl( Mdl0ApprSrchGeomConstraint& ifObj );
// Method to delete the Mdl0ApprSrchGeomConstraintImpl pointer
static void deleteImpl( Mdl0ApprSrchGeomConstraintImpl* impl );
///
/// Getter for an Integer Property
/// @version Teamcenter 11.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0ProcessCtrlFlagBase(const Mdl0ApprSrchGeomConstraint &ifObj, int &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 11.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMdl0SourceCriteriaBase(const Mdl0ApprSrchGeomConstraint &ifObj, tag_t &value, bool &isNull ) const;
protected:
// Pointer to the instance
static Mdl0ApprSrchGeomConstraintDelegate* m_pInstance;
Mdl0ApprSrchGeomConstraintDelegate();
virtual ~Mdl0ApprSrchGeomConstraintDelegate();
static void setInstance( Mdl0ApprSrchGeomConstraintDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0ApprSrchGeomConstraintGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0APPRSRCHGEOMCONSTRAINTDELEGATE_HXX