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.

258 lines
8.4 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, Fnd0BvrFastenerDelegate
Filename: Fnd0BvrFastenerDelegate.hxx
Module: Fnd0FastenerMgmtBvr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0BVRFASTENERDELEGATE_HXX
#define TEAMCENTER__FND0BVRFASTENERDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Fnd0FastenerMgmtBvr/Fnd0BvrFastener.hxx>
#include <Fnd0FastenerMgmtBvr/libfnd0fastenermgmtbvr_exports.h>
namespace Teamcenter
{
class Fnd0BvrFastenerDelegate;
}
namespace Teamcenter
{
class Fnd0BvrFastenerImpl;
}
namespace Teamcenter
{
class Fnd0BvrFastener;
}
namespace Teamcenter
{
class Fnd0BvrFastenerGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class FND0FASTENERMGMTBVR_API Teamcenter_alias::Fnd0BvrFastenerDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0BvrFastenerDelegate instance
static Fnd0BvrFastenerDelegate& getInstance();
// Method to create the Fnd0BvrFastenerImpl pointer
static Fnd0BvrFastenerImpl* createImpl( Fnd0BvrFastener& ifObj );
// Method to delete the Fnd0BvrFastenerImpl pointer
static void deleteImpl( Fnd0BvrFastenerImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 11.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0FastenerTypeBase(const Fnd0BvrFastener &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 11.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0FitTypeClassBase(const Fnd0BvrFastener &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 11.4
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0HoleDiaBase(const Fnd0BvrFastener &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 11.4
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0HoleDiaMaxBase(const Fnd0BvrFastener &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 11.4
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0HoleDiaMinBase(const Fnd0BvrFastener &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 11.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0HoleTypeBase(const Fnd0BvrFastener &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for an String Array Property
/// @version Teamcenter 11.4
/// @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 getFnd0JoinedPartsBase(const Fnd0BvrFastener &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 11.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0LengthUnitsBase(const Fnd0BvrFastener &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for an String Array Property
/// @version Teamcenter 11.4
/// @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 getFnd0SealantsBase(const Fnd0BvrFastener &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 11.4
/// @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 setFnd0FastenerTypeBase(Fnd0BvrFastener &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 11.4
/// @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 setFnd0FitTypeClassBase(Fnd0BvrFastener &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 11.4
/// @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 setFnd0HoleDiaBase(Fnd0BvrFastener &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 11.4
/// @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 setFnd0HoleDiaMaxBase(Fnd0BvrFastener &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 11.4
/// @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 setFnd0HoleDiaMinBase(Fnd0BvrFastener &ifObj, double value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 11.4
/// @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 setFnd0HoleTypeBase(Fnd0BvrFastener &ifObj, const std::string &value, bool isNull );
///
/// Setter for an string Array Property
/// @version Teamcenter 11.4
/// @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 setFnd0JoinedPartsBase(Fnd0BvrFastener &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 11.4
/// @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 setFnd0LengthUnitsBase(Fnd0BvrFastener &ifObj, const tag_t &value, bool isNull );
///
/// Setter for an string Array Property
/// @version Teamcenter 11.4
/// @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 setFnd0SealantsBase(Fnd0BvrFastener &ifObj, const std::vector< std::string > &values, const std::vector< int > *isNull );
protected:
// Pointer to the instance
static Fnd0BvrFastenerDelegate* m_pInstance;
Fnd0BvrFastenerDelegate();
virtual ~Fnd0BvrFastenerDelegate();
static void setInstance( Fnd0BvrFastenerDelegate* instance );
private:
friend class ::Teamcenter::Fnd0BvrFastenerGenImpl;
};
#include <Fnd0FastenerMgmtBvr/libfnd0fastenermgmtbvr_undef.h>
#endif // TEAMCENTER__FND0BVRFASTENERDELEGATE_HXX