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.

110 lines
3.1 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, Ptn0ApprSrchPartitionDelegate
Filename: Ptn0ApprSrchPartitionDelegate.hxx
Module: ptn0partition
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PARTITION__PTN0APPRSRCHPARTITIONDELEGATE_HXX
#define TEAMCENTER__PARTITION__PTN0APPRSRCHPARTITIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ptn0partition/Ptn0ApprSrchPartition.hxx>
#include <ptn0partition/libptn0partition_exports.h>
namespace Teamcenter
{
namespace Partition
{
class Ptn0ApprSrchPartitionDelegate;
}
}
namespace Teamcenter
{
namespace Partition
{
class Ptn0ApprSrchPartitionImpl;
}
}
namespace Teamcenter
{
namespace Partition
{
class Ptn0ApprSrchPartition;
}
}
namespace Teamcenter
{
namespace Partition
{
class Ptn0ApprSrchPartitionGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class PTN0PARTITION_API Teamcenter_alias::Partition::Ptn0ApprSrchPartitionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ptn0ApprSrchPartitionDelegate instance
static Ptn0ApprSrchPartitionDelegate& getInstance();
// Method to create the Ptn0ApprSrchPartitionImpl pointer
static Ptn0ApprSrchPartitionImpl* createImpl( Ptn0ApprSrchPartition& ifObj );
// Method to delete the Ptn0ApprSrchPartitionImpl pointer
static void deleteImpl( Ptn0ApprSrchPartitionImpl* impl );
///
/// Getter for a Boolean Property
/// @version Teamcenter 10
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getPtn0include_childrenBase(const Ptn0ApprSrchPartition &ifObj, bool &value, bool &isNull ) const;
///
/// Setter for a Boolean Property
/// @version Teamcenter 10
/// @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 setPtn0include_childrenBase(Ptn0ApprSrchPartition &ifObj, bool value, bool isNull );
protected:
// Pointer to the instance
static Ptn0ApprSrchPartitionDelegate* m_pInstance;
Ptn0ApprSrchPartitionDelegate();
virtual ~Ptn0ApprSrchPartitionDelegate();
static void setInstance( Ptn0ApprSrchPartitionDelegate* instance );
private:
friend class ::Teamcenter::Partition::Ptn0ApprSrchPartitionGenImpl;
};
#include <ptn0partition/libptn0partition_undef.h>
#endif // TEAMCENTER__PARTITION__PTN0APPRSRCHPARTITIONDELEGATE_HXX