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/mfg/Mfg0ApprSchCriteriaEBOPAttr...

127 lines
4.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, Mfg0ApprSchCriteriaEBOPAttrDelegate
Filename: Mfg0ApprSchCriteriaEBOPAttrDelegate.hxx
Module: mfg
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MFG0APPRSCHCRITERIAEBOPATTRDELEGATE_HXX
#define TEAMCENTER__MFG0APPRSCHCRITERIAEBOPATTRDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mfg/Mfg0ApprSchCriteriaEBOPAttr.hxx>
#include <mfg/libmfg_exports.h>
namespace Teamcenter
{
class Mfg0ApprSchCriteriaEBOPAttrDelegate;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaEBOPAttrImpl;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaEBOPAttr;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaEBOPAttrGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class MFG_API Teamcenter_alias::Mfg0ApprSchCriteriaEBOPAttrDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mfg0ApprSchCriteriaEBOPAttrDelegate instance
static Mfg0ApprSchCriteriaEBOPAttrDelegate& getInstance();
// Method to create the Mfg0ApprSchCriteriaEBOPAttrImpl pointer
static Mfg0ApprSchCriteriaEBOPAttrImpl* createImpl( Mfg0ApprSchCriteriaEBOPAttr& ifObj );
// Method to delete the Mfg0ApprSchCriteriaEBOPAttrImpl pointer
static void deleteImpl( Mfg0ApprSchCriteriaEBOPAttrImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0type_nameBase(const Mfg0ApprSchCriteriaEBOPAttr &ifObj, std::string &value, bool &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 setMfg0logicaldesign_attrsBase(Mfg0ApprSchCriteriaEBOPAttr &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// 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 setMfg0logicaldesign_valuesBase(Mfg0ApprSchCriteriaEBOPAttr &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// Setter for a string Property
/// @version Teamcenter 10
/// @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 setMfg0type_nameBase(Mfg0ApprSchCriteriaEBOPAttr &ifObj, const std::string &value, bool isNull );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Mfg0ApprSchCriteriaEBOPAttr &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Mfg0ApprSchCriteriaEBOPAttrDelegate* m_pInstance;
Mfg0ApprSchCriteriaEBOPAttrDelegate();
virtual ~Mfg0ApprSchCriteriaEBOPAttrDelegate();
static void setInstance( Mfg0ApprSchCriteriaEBOPAttrDelegate* instance );
private:
friend class ::Teamcenter::Mfg0ApprSchCriteriaEBOPAttrGenImpl;
};
#include <mfg/libmfg_undef.h>
#endif // TEAMCENTER__MFG0APPRSCHCRITERIAEBOPATTRDELEGATE_HXX