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.

318 lines
9.8 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, Mfg0BvrPLPDelegate
Filename: Mfg0BvrPLPDelegate.hxx
Module: mfgbvr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MFG0BVRPLPDELEGATE_HXX
#define TEAMCENTER__MFG0BVRPLPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mfgbvr/Mfg0BvrPLP.hxx>
#include <mfgbvr/libmfgbvr_exports.h>
namespace Teamcenter
{
class Mfg0BvrPLPDelegate;
}
namespace Teamcenter
{
class Mfg0BvrPLPImpl;
}
namespace Teamcenter
{
class Mfg0BvrPLP;
}
namespace Teamcenter
{
class Mfg0BvrPLPGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class MFGBVR_API Teamcenter_alias::Mfg0BvrPLPDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mfg0BvrPLPDelegate instance
static Mfg0BvrPLPDelegate& getInstance();
// Method to create the Mfg0BvrPLPImpl pointer
static Mfg0BvrPLPImpl* createImpl( Mfg0BvrPLP& ifObj );
// Method to delete the Mfg0BvrPLPImpl pointer
static void deleteImpl( Mfg0BvrPLPImpl* impl );
///
/// Getter for a Double Property
/// @version Teamcenter 10.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0axis_direction_xBase(const Mfg0BvrPLP &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 10.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0axis_direction_yBase(const Mfg0BvrPLP &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 10.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0axis_direction_zBase(const Mfg0BvrPLP &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Boolean Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0cntrl_i_directionBase(const Mfg0BvrPLP &ifObj, bool &value, bool &isNull ) const;
///
/// Getter for a Boolean Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0cntrl_j_directionBase(const Mfg0BvrPLP &ifObj, bool &value, bool &isNull ) const;
///
/// Getter for a Boolean Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0cntrl_k_directionBase(const Mfg0BvrPLP &ifObj, bool &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0control_directionBase(const Mfg0BvrPLP &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0datum_typeBase(const Mfg0BvrPLP &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0derivedBase(const Mfg0BvrPLP &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 10.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0plane_normal_xBase(const Mfg0BvrPLP &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 10.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0plane_normal_yBase(const Mfg0BvrPLP &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 10.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0plane_normal_zBase(const Mfg0BvrPLP &ifObj, double &value, bool &isNull ) const;
///
/// Setter for a Double Property
/// @version Teamcenter 10.1
/// @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 setMfg0axis_direction_xBase(Mfg0BvrPLP &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 10.1
/// @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 setMfg0axis_direction_yBase(Mfg0BvrPLP &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 10.1
/// @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 setMfg0axis_direction_zBase(Mfg0BvrPLP &ifObj, double value, bool isNull );
///
/// Setter for a Boolean Property
/// @version Teamcenter 9
/// @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 setMfg0cntrl_i_directionBase(Mfg0BvrPLP &ifObj, bool value, bool isNull );
///
/// Setter for a Boolean Property
/// @version Teamcenter 9
/// @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 setMfg0cntrl_j_directionBase(Mfg0BvrPLP &ifObj, bool value, bool isNull );
///
/// Setter for a Boolean Property
/// @version Teamcenter 9
/// @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 setMfg0cntrl_k_directionBase(Mfg0BvrPLP &ifObj, bool value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 9
/// @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 setMfg0control_directionBase(Mfg0BvrPLP &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 9
/// @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 setMfg0datum_typeBase(Mfg0BvrPLP &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 10.1
/// @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 setMfg0derivedBase(Mfg0BvrPLP &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 10.1
/// @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 setMfg0plane_normal_xBase(Mfg0BvrPLP &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 10.1
/// @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 setMfg0plane_normal_yBase(Mfg0BvrPLP &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 10.1
/// @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 setMfg0plane_normal_zBase(Mfg0BvrPLP &ifObj, double value, bool isNull );
protected:
// Pointer to the instance
static Mfg0BvrPLPDelegate* m_pInstance;
Mfg0BvrPLPDelegate();
virtual ~Mfg0BvrPLPDelegate();
static void setInstance( Mfg0BvrPLPDelegate* instance );
private:
friend class ::Teamcenter::Mfg0BvrPLPGenImpl;
};
#include <mfgbvr/libmfgbvr_undef.h>
#endif // TEAMCENTER__MFG0BVRPLPDELEGATE_HXX