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.5 KiB
79 lines
2.5 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, Mdo0HasInstanceAssociationDispatch
|
|
Filename: Mdo0HasInstanceAssociationDispatch.hxx
|
|
Module: mdodispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef MDO__MDO0HASINSTANCEASSOCIATIONDISPATCH_HXX
|
|
#define MDO__MDO0HASINSTANCEASSOCIATIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Mdo0Mdo/Mdo0HasInstanceAssociation.hxx>
|
|
#include <Mdo0Mdo/Mdo0HasInstanceAssociationDelegate.hxx>
|
|
#include <foundationdispatch/ImanRelationDispatch.hxx>
|
|
#include <mdodispatch/initializemdo.hxx>
|
|
|
|
#include <mdodispatch/libmdodispatch_exports.h>
|
|
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociationDispatch;
|
|
}
|
|
namespace mdo
|
|
{
|
|
class Mdo0HasInstanceAssociationDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class MDODISPATCH_API mdo::Mdo0HasInstanceAssociationDispatch
|
|
: public mdo::Mdo0HasInstanceAssociationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mdo0HasInstanceAssociationDispatch instance
|
|
static Mdo0HasInstanceAssociationDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Mdo0HasInstanceAssociationDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Mdo0HasInstanceAssociationDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Mdo0HasInstanceAssociationDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Mdo0HasInstanceAssociationDispatch
|
|
Mdo0HasInstanceAssociationDispatch( const Mdo0HasInstanceAssociationDispatch& );
|
|
|
|
// Assignment operator
|
|
Mdo0HasInstanceAssociationDispatch& operator = ( const Mdo0HasInstanceAssociationDispatch& );
|
|
|
|
// friend
|
|
friend void ::mdo::initializemdoInternal();
|
|
friend void ::mdo::initializemdoExtenders();
|
|
friend class mdo::Mdo0HasInstanceAssociationDelegate;
|
|
};
|
|
|
|
#include <mdodispatch/libmdodispatch_undef.h>
|
|
#endif // MDO__MDO0HASINSTANCEASSOCIATIONDISPATCH_HXX
|