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
2.4 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, Fnd0ColumnConfigDelegate
Filename: Fnd0ColumnConfigDelegate.hxx
Module: uiconfig
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0COLUMNCONFIGDELEGATE_HXX
#define TEAMCENTER__FND0COLUMNCONFIGDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <uiconfig/Fnd0ColumnConfig.hxx>
#include <uiconfig/libuiconfig_exports.h>
namespace Teamcenter
{
class Fnd0ColumnConfigDelegate;
}
namespace Teamcenter
{
class Fnd0ColumnConfigImpl;
}
namespace Teamcenter
{
class Fnd0ColumnConfig;
}
namespace Teamcenter
{
class Fnd0ColumnConfigGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class UICONFIG_API Teamcenter_alias::Fnd0ColumnConfigDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ColumnConfigDelegate instance
static Fnd0ColumnConfigDelegate& getInstance();
// Method to create the Fnd0ColumnConfigImpl pointer
static Fnd0ColumnConfigImpl* createImpl( Fnd0ColumnConfig& ifObj );
// Method to delete the Fnd0ColumnConfigImpl pointer
static void deleteImpl( Fnd0ColumnConfigImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 9.1.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0ColumnConfigIdBase(const Fnd0ColumnConfig &ifObj, std::string &value, bool &isNull ) const;
protected:
// Pointer to the instance
static Fnd0ColumnConfigDelegate* m_pInstance;
Fnd0ColumnConfigDelegate();
virtual ~Fnd0ColumnConfigDelegate();
static void setInstance( Fnd0ColumnConfigDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ColumnConfigGenImpl;
};
#include <uiconfig/libuiconfig_undef.h>
#endif // TEAMCENTER__FND0COLUMNCONFIGDELEGATE_HXX