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/rdv/Fnd0ApprSchCriteriaScpAttrD...

98 lines
3.1 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, Fnd0ApprSchCriteriaScpAttrDelegate
Filename: Fnd0ApprSchCriteriaScpAttrDelegate.hxx
Module: rdv
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0APPRSCHCRITERIASCPATTRDELEGATE_HXX
#define TEAMCENTER__FND0APPRSCHCRITERIASCPATTRDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rdv/Fnd0ApprSchCriteriaScpAttr.hxx>
#include <rdv/librdv_exports.h>
namespace Teamcenter
{
class Fnd0ApprSchCriteriaScpAttrDelegate;
}
namespace Teamcenter
{
class Fnd0ApprSchCriteriaScpAttrImpl;
}
namespace Teamcenter
{
class Fnd0ApprSchCriteriaScpAttr;
}
namespace Teamcenter
{
class Fnd0ApprSchCriteriaScpAttrGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class RDV_API Teamcenter_alias::Fnd0ApprSchCriteriaScpAttrDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ApprSchCriteriaScpAttrDelegate instance
static Fnd0ApprSchCriteriaScpAttrDelegate& getInstance();
// Method to create the Fnd0ApprSchCriteriaScpAttrImpl pointer
static Fnd0ApprSchCriteriaScpAttrImpl* createImpl( Fnd0ApprSchCriteriaScpAttr& ifObj );
// Method to delete the Fnd0ApprSchCriteriaScpAttrImpl pointer
static void deleteImpl( Fnd0ApprSchCriteriaScpAttrImpl* impl );
///
/// Getter for an String Array Property
/// @version Teamcenter 10
/// @param values - Parameter value
/// @param isNull - Returns true for an array element if the parameter value at that location is null
/// @return - Status. 0 if successful
///
int getFnd0occ_listBase(const Fnd0ApprSchCriteriaScpAttr &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Setter for an string Array Property
/// @version Teamcenter 10
/// @param values - Values to be set for the parameter
/// @param isNull - If array element is true, set the parameter value at that location as null
/// @return - Status. 0 if successful
///
int setFnd0occ_listBase(Fnd0ApprSchCriteriaScpAttr &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
protected:
// Pointer to the instance
static Fnd0ApprSchCriteriaScpAttrDelegate* m_pInstance;
Fnd0ApprSchCriteriaScpAttrDelegate();
virtual ~Fnd0ApprSchCriteriaScpAttrDelegate();
static void setInstance( Fnd0ApprSchCriteriaScpAttrDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ApprSchCriteriaScpAttrGenImpl;
};
#include <rdv/librdv_undef.h>
#endif // TEAMCENTER__FND0APPRSCHCRITERIASCPATTRDELEGATE_HXX