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.

85 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, Mdl0SearchOptionSetDispatch
Filename: Mdl0SearchOptionSetDispatch.hxx
Module: appmodeldispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0SEARCHOPTIONSETDISPATCH_HXX
#define TEAMCENTER__APPMODEL__MDL0SEARCHOPTIONSETDISPATCH_HXX
#include <vector>
#include <mdl0model/Mdl0SearchOptionSet.hxx>
#include <mdl0model/Mdl0SearchOptionSetDelegate.hxx>
#include <appmodeldispatch/Mdl0SearchDefDispatch.hxx>
#include <appmodeldispatch/initializeappmodel.hxx>
#include <appmodeldispatch/libappmodeldispatch_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchOptionSetDispatch;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0SearchOptionSetDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class APPMODELDISPATCH_API Teamcenter::AppModel::Mdl0SearchOptionSetDispatch
: public Teamcenter::AppModel::Mdl0SearchOptionSetDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0SearchOptionSetDispatch instance
static Mdl0SearchOptionSetDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Mdl0SearchOptionSetDispatch* m_dispatch;
// Default Constructor
Mdl0SearchOptionSetDispatch();
// Default Destructor
virtual ~Mdl0SearchOptionSetDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Mdl0SearchOptionSetDispatch
Mdl0SearchOptionSetDispatch( const Mdl0SearchOptionSetDispatch& );
// Assignment operator
Mdl0SearchOptionSetDispatch& operator = ( const Mdl0SearchOptionSetDispatch& );
// friend
friend void ::Teamcenter::AppModel::initializeappmodelInternal();
friend void ::Teamcenter::AppModel::initializeappmodelExtenders();
friend class Teamcenter::AppModel::Mdl0SearchOptionSetDelegate;
};
#include <appmodeldispatch/libappmodeldispatch_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0SEARCHOPTIONSETDISPATCH_HXX