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.

118 lines
3.6 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, Fnd0UIConfigCollectionRelDelegate
Filename: Fnd0UIConfigCollectionRelDelegate.hxx
Module: uiconfig
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0UICONFIGCOLLECTIONRELDELEGATE_HXX
#define TEAMCENTER__FND0UICONFIGCOLLECTIONRELDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <uiconfig/Fnd0UIConfigCollectionRel.hxx>
#include <uiconfig/libuiconfig_exports.h>
namespace Teamcenter
{
class Fnd0UIConfigCollectionRelDelegate;
}
namespace Teamcenter
{
class Fnd0UIConfigCollectionRelImpl;
}
namespace Teamcenter
{
class Fnd0UIConfigCollectionRel;
}
namespace Teamcenter
{
class Fnd0UIConfigCollectionRelGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class UICONFIG_API Teamcenter_alias::Fnd0UIConfigCollectionRelDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0UIConfigCollectionRelDelegate instance
static Fnd0UIConfigCollectionRelDelegate& getInstance();
// Method to create the Fnd0UIConfigCollectionRelImpl pointer
static Fnd0UIConfigCollectionRelImpl* createImpl( Fnd0UIConfigCollectionRel& ifObj );
// Method to delete the Fnd0UIConfigCollectionRelImpl pointer
static void deleteImpl( Fnd0UIConfigCollectionRelImpl* impl );
///
/// Getter for a Boolean 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 getFnd0HiddenBase(const Fnd0UIConfigCollectionRel &ifObj, bool &value, bool &isNull ) const;
///
/// Getter for a Tag 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 getFnd0PrimaryObjectBase(const Fnd0UIConfigCollectionRel &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag 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 getFnd0SecondaryObjectBase(const Fnd0UIConfigCollectionRel &ifObj, tag_t &value, bool &isNull ) const;
///
/// Setter for a Boolean Property
/// @version Teamcenter 9.1.3
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setFnd0HiddenBase(Fnd0UIConfigCollectionRel &ifObj, bool value, bool isNull );
protected:
// Pointer to the instance
static Fnd0UIConfigCollectionRelDelegate* m_pInstance;
Fnd0UIConfigCollectionRelDelegate();
virtual ~Fnd0UIConfigCollectionRelDelegate();
static void setInstance( Fnd0UIConfigCollectionRelDelegate* instance );
private:
friend class ::Teamcenter::Fnd0UIConfigCollectionRelGenImpl;
};
#include <uiconfig/libuiconfig_undef.h>
#endif // TEAMCENTER__FND0UICONFIGCOLLECTIONRELDELEGATE_HXX