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.
88 lines
3.0 KiB
88 lines
3.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, Ssm0SimRealizationTemplateDelegate
|
|
Filename: Ssm0SimRealizationTemplateDelegate.hxx
|
|
Module: Ssm0systemsynthesismodeling
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef SSM0SYSTEMSYNTHESISMODELING__SSM0SIMREALIZATIONTEMPLATEDELEGATE_HXX
|
|
#define SSM0SYSTEMSYNTHESISMODELING__SSM0SIMREALIZATIONTEMPLATEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Ssm0systemsynthesismodeling/Ssm0SimRealizationTemplate.hxx>
|
|
|
|
#include <Ssm0systemsynthesismodeling/libssm0systemsynthesismodeling_exports.h>
|
|
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimRealizationTemplateDelegate;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimRealizationTemplateImpl;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimRealizationTemplate;
|
|
}
|
|
namespace ssm0systemsynthesismodeling
|
|
{
|
|
class Ssm0SimRealizationTemplateGenImpl;
|
|
}
|
|
|
|
namespace ssm0systemsynthesismodeling_alias = ::ssm0systemsynthesismodeling;
|
|
|
|
|
|
class SSM0SYSTEMSYNTHESISMODELING_API ssm0systemsynthesismodeling_alias::Ssm0SimRealizationTemplateDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Ssm0SimRealizationTemplateDelegate instance
|
|
static Ssm0SimRealizationTemplateDelegate& getInstance();
|
|
|
|
// Method to create the Ssm0SimRealizationTemplateImpl pointer
|
|
static Ssm0SimRealizationTemplateImpl* createImpl( Ssm0SimRealizationTemplate& ifObj );
|
|
|
|
// Method to delete the Ssm0SimRealizationTemplateImpl pointer
|
|
static void deleteImpl( Ssm0SimRealizationTemplateImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 11.2.2
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getSsm0ModelsBase(const Ssm0SimRealizationTemplate &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Ssm0SimRealizationTemplateDelegate* m_pInstance;
|
|
|
|
Ssm0SimRealizationTemplateDelegate();
|
|
virtual ~Ssm0SimRealizationTemplateDelegate();
|
|
static void setInstance( Ssm0SimRealizationTemplateDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::ssm0systemsynthesismodeling::Ssm0SimRealizationTemplateGenImpl;
|
|
|
|
};
|
|
|
|
#include <Ssm0systemsynthesismodeling/libssm0systemsynthesismodeling_undef.h>
|
|
#endif // SSM0SYSTEMSYNTHESISMODELING__SSM0SIMREALIZATIONTEMPLATEDELEGATE_HXX
|