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.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, Lbr0SpecificationRuleDispatch
Filename: Lbr0SpecificationRuleDispatch.hxx
Module: librarymgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULEDISPATCH_HXX
#define TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULEDISPATCH_HXX
#include <vector>
#include <Lbr0librarymgmt/Lbr0SpecificationRule.hxx>
#include <Lbr0librarymgmt/Lbr0SpecificationRuleDelegate.hxx>
#include <librarymgmtdispatch/Lbr0SpecificationElementDispatch.hxx>
#include <librarymgmtdispatch/initializelibrarymgmt.hxx>
#include <librarymgmtdispatch/liblibrarymgmtdispatch_exports.h>
namespace Teamcenter
{
namespace LibraryMgmt
{
class Lbr0SpecificationRuleDispatch;
}
}
namespace Teamcenter
{
namespace LibraryMgmt
{
class Lbr0SpecificationRuleDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class LIBRARYMGMTDISPATCH_API Teamcenter::LibraryMgmt::Lbr0SpecificationRuleDispatch
: public Teamcenter::LibraryMgmt::Lbr0SpecificationRuleDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Lbr0SpecificationRuleDispatch instance
static Lbr0SpecificationRuleDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Lbr0SpecificationRuleDispatch* m_dispatch;
// Default Constructor
Lbr0SpecificationRuleDispatch();
// Default Destructor
virtual ~Lbr0SpecificationRuleDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a Lbr0SpecificationRuleDispatch
Lbr0SpecificationRuleDispatch( const Lbr0SpecificationRuleDispatch& );
// Assignment operator
Lbr0SpecificationRuleDispatch& operator = ( const Lbr0SpecificationRuleDispatch& );
// friend
friend void ::Teamcenter::LibraryMgmt::initializelibrarymgmtInternal();
friend void ::Teamcenter::LibraryMgmt::initializelibrarymgmtExtenders();
friend class Teamcenter::LibraryMgmt::Lbr0SpecificationRuleDelegate;
};
#include <librarymgmtdispatch/liblibrarymgmtdispatch_undef.h>
#endif // TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONRULEDISPATCH_HXX