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.
79 lines
2.6 KiB
79 lines
2.6 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, Mat1InheritedParamStringDispatch
|
|
Filename: Mat1InheritedParamStringDispatch.hxx
|
|
Module: materialmgmtdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef MATERIALMGMT__MAT1INHERITEDPARAMSTRINGDISPATCH_HXX
|
|
#define MATERIALMGMT__MAT1INHERITEDPARAMSTRINGDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <mat1materialmgmt/Mat1InheritedParamString.hxx>
|
|
#include <mat1materialmgmt/Mat1InheritedParamStringDelegate.hxx>
|
|
#include <foundationdispatch/WorkspaceObjectDispatch.hxx>
|
|
#include <materialmgmtdispatch/initializematerialmgmt.hxx>
|
|
|
|
#include <materialmgmtdispatch/libmaterialmgmtdispatch_exports.h>
|
|
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1InheritedParamStringDispatch;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1InheritedParamStringDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class MATERIALMGMTDISPATCH_API materialmgmt::Mat1InheritedParamStringDispatch
|
|
: public materialmgmt::Mat1InheritedParamStringDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mat1InheritedParamStringDispatch instance
|
|
static Mat1InheritedParamStringDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Mat1InheritedParamStringDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Mat1InheritedParamStringDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Mat1InheritedParamStringDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Mat1InheritedParamStringDispatch
|
|
Mat1InheritedParamStringDispatch( const Mat1InheritedParamStringDispatch& );
|
|
|
|
// Assignment operator
|
|
Mat1InheritedParamStringDispatch& operator = ( const Mat1InheritedParamStringDispatch& );
|
|
|
|
// friend
|
|
friend void ::materialmgmt::initializematerialmgmtInternal();
|
|
friend void ::materialmgmt::initializematerialmgmtExtenders();
|
|
friend class materialmgmt::Mat1InheritedParamStringDelegate;
|
|
};
|
|
|
|
#include <materialmgmtdispatch/libmaterialmgmtdispatch_undef.h>
|
|
#endif // MATERIALMGMT__MAT1INHERITEDPARAMSTRINGDISPATCH_HXX
|