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.
78 lines
2.0 KiB
78 lines
2.0 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, MetaEnumLiteralDelegate
|
|
Filename: MetaEnumLiteralDelegate.hxx
|
|
Module: meta
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__METAENUMLITERALDELEGATE_HXX
|
|
#define TEAMCENTER__METAENUMLITERALDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <meta/MetaEnumLiteral.hxx>
|
|
|
|
#include <meta/libmeta_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class MetaEnumLiteralDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class MetaEnumLiteralImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class MetaEnumLiteral;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class MetaEnumLiteralGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class META_API Teamcenter_alias::MetaEnumLiteralDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the MetaEnumLiteralDelegate instance
|
|
static MetaEnumLiteralDelegate& getInstance();
|
|
|
|
// Method to create the MetaEnumLiteralImpl pointer
|
|
static MetaEnumLiteralImpl* createImpl( MetaEnumLiteral& ifObj );
|
|
|
|
// Method to delete the MetaEnumLiteralImpl pointer
|
|
static void deleteImpl( MetaEnumLiteralImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static MetaEnumLiteralDelegate* m_pInstance;
|
|
|
|
MetaEnumLiteralDelegate();
|
|
virtual ~MetaEnumLiteralDelegate();
|
|
static void setInstance( MetaEnumLiteralDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::MetaEnumLiteralGenImpl;
|
|
|
|
};
|
|
|
|
#include <meta/libmeta_undef.h>
|
|
#endif // TEAMCENTER__METAENUMLITERALDELEGATE_HXX
|