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/mfgbvr/Mfg0ApprSchCriteriaBIWAttr.hxx

228 lines
7.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, Mfg0ApprSchCriteriaBIWAttr
Filename: Mfg0ApprSchCriteriaBIWAttr.hxx
Module: mfgbvr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MFG0APPRSCHCRITERIABIWATTR__HXX
#define TEAMCENTER__MFG0APPRSCHCRITERIABIWATTR__HXX
#include <string>
#include <unidefs.h>
#include <common/tc_deprecation_macros.h>
#include <rdv/ApprSearchCriteria.hxx>
#include <mfgbvr/libmfgbvr_exports.h>
namespace Teamcenter
{
class Mfg0ApprSchCriteriaBIWAttr;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaBIWAttrImpl;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaBIWAttrDelegate;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaBIWAttrDispatch;
}
namespace Teamcenter
{
class Mfg0ApprSchCriteriaBIWAttrGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class MFGBVR_API Teamcenter::Mfg0ApprSchCriteriaBIWAttr
: public ::Teamcenter::ApprSearchCriteria
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
///
/// Getter for a Boolean Property
/// @version Teamcenter 10
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0considerIPA( bool &value, bool &isNull ) const;
///
/// 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 getMfg0match_type( std::string &value, bool &isNull ) const;
///
/// 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 getMfg0object_type( std::string &value, bool &isNull ) const;
///
/// 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 getMfg0query_type( std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0relContextItem( tag_t &value, bool &isNull ) const;
///
/// Getter for a Boolean Property
/// @version Teamcenter 10
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMfg0withHierarchy( bool &value, bool &isNull ) const;
///
/// Setter for a Boolean 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 setMfg0considerIPA( bool value, bool isNull=false );
///
/// 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 setMfg0match_type( const std::string &value, bool isNull=false );
///
/// 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 setMfg0object_type( const std::string &value, bool isNull=false );
///
/// 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 setMfg0query_type( const std::string &value, bool isNull=false );
///
/// Setter for a Tag 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 setMfg0related_objects( const tag_t &value, bool isNull=false );
///
/// Setter for a Tag 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 setMfg0relContextItem( const tag_t &value, bool isNull=false );
///
/// Setter for a Boolean 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 setMfg0withHierarchy( bool value, bool isNull=false );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
Mfg0ApprSchCriteriaBIWAttr();
/**
* Destructor
*/
virtual ~Mfg0ApprSchCriteriaBIWAttr();
private:
// Getter method for the Implementation Object
Mfg0ApprSchCriteriaBIWAttrImpl* getMfg0ApprSchCriteriaBIWAttrImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setMfg0ApprSchCriteriaBIWAttrImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Mfg0ApprSchCriteriaBIWAttrImpl* m_mfg0apprschcriteriabiwattrImpl;
// Flag to indicate if Implementation object needs to be deleted
bool m_deleteImpl;
/**
* Name of the Business Object
*/
static std::string name;
/**
* Private default constructor. We do not want this class instantiated without the business object passed in.
* @param Mfg0ApprSchCriteriaBIWAttr - desc for Mfg0ApprSchCriteriaBIWAttr parameter
*/
Mfg0ApprSchCriteriaBIWAttr( const Mfg0ApprSchCriteriaBIWAttr& );
Mfg0ApprSchCriteriaBIWAttr& operator=( const Mfg0ApprSchCriteriaBIWAttr& );
friend class Mfg0ApprSchCriteriaBIWAttrDelegate;
friend class Mfg0ApprSchCriteriaBIWAttrDispatch;
friend class Mfg0ApprSchCriteriaBIWAttrGenImpl;
};
#include <mfgbvr/libmfgbvr_undef.h>
#endif // TEAMCENTER__MFG0APPRSCHCRITERIABIWATTR__HXX