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.
88 lines
2.7 KiB
88 lines
2.7 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, Mat1InheritedParamStringDelegate
|
|
Filename: Mat1InheritedParamStringDelegate.hxx
|
|
Module: mat1materialmgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef MATERIALMGMT__MAT1INHERITEDPARAMSTRINGDELEGATE_HXX
|
|
#define MATERIALMGMT__MAT1INHERITEDPARAMSTRINGDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mat1materialmgmt/Mat1InheritedParamString.hxx>
|
|
|
|
#include <mat1materialmgmt/libmat1materialmgmt_exports.h>
|
|
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1InheritedParamStringDelegate;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1InheritedParamStringImpl;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1InheritedParamString;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1InheritedParamStringGenImpl;
|
|
}
|
|
|
|
namespace materialmgmt_alias = ::materialmgmt;
|
|
|
|
|
|
class MAT1MATERIALMGMT_API materialmgmt_alias::Mat1InheritedParamStringDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mat1InheritedParamStringDelegate instance
|
|
static Mat1InheritedParamStringDelegate& getInstance();
|
|
|
|
// Method to create the Mat1InheritedParamStringImpl pointer
|
|
static Mat1InheritedParamStringImpl* createImpl( Mat1InheritedParamString& ifObj );
|
|
|
|
// Method to delete the Mat1InheritedParamStringImpl pointer
|
|
static void deleteImpl( Mat1InheritedParamStringImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 13.1
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getMat1SessionValueBase(const Mat1InheritedParamString &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mat1InheritedParamStringDelegate* m_pInstance;
|
|
|
|
Mat1InheritedParamStringDelegate();
|
|
virtual ~Mat1InheritedParamStringDelegate();
|
|
static void setInstance( Mat1InheritedParamStringDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::materialmgmt::Mat1InheritedParamStringGenImpl;
|
|
|
|
};
|
|
|
|
#include <mat1materialmgmt/libmat1materialmgmt_undef.h>
|
|
#endif // MATERIALMGMT__MAT1INHERITEDPARAMSTRINGDELEGATE_HXX
|