//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, ConfigurationExprLiteralDispatch Filename: ConfigurationExprLiteralDispatch.hxx Module: foundationdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONFIGURATIONEXPRLITERALDISPATCH_HXX #define TEAMCENTER__CONFIGURATIONEXPRLITERALDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { class ConfigurationExprLiteralDispatch; } namespace Teamcenter { class ConfigurationExprLiteralDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class FOUNDATIONDISPATCH_API Teamcenter::ConfigurationExprLiteralDispatch : public Teamcenter::ConfigurationExprLiteralDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ConfigurationExprLiteralDispatch instance static ConfigurationExprLiteralDispatch& getInstance(); private: // Pointer to the dispatch instance static ConfigurationExprLiteralDispatch* m_dispatch; // Default Constructor ConfigurationExprLiteralDispatch(); // Default Destructor virtual ~ConfigurationExprLiteralDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a ConfigurationExprLiteralDispatch ConfigurationExprLiteralDispatch( const ConfigurationExprLiteralDispatch& ); // Assignment operator ConfigurationExprLiteralDispatch& operator = ( const ConfigurationExprLiteralDispatch& ); // friend friend void ::Teamcenter::initializefoundationInternal(); friend void ::Teamcenter::initializefoundationExtenders(); friend class Teamcenter::ConfigurationExprLiteralDelegate; }; #include #endif // TEAMCENTER__CONFIGURATIONEXPRLITERALDISPATCH_HXX