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
2.9 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, Cpd0WorksetLineDelegate
Filename: Cpd0WorksetLineDelegate.hxx
Module: cpd0workset
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CPD__CPD0WORKSETLINEDELEGATE_HXX
#define TEAMCENTER__CPD__CPD0WORKSETLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cpd0workset/Cpd0WorksetLine.hxx>
#include <cpd0workset/libcpd0workset_exports.h>
namespace Teamcenter
{
namespace Cpd
{
class Cpd0WorksetLineDelegate;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0WorksetLineImpl;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0WorksetLine;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0WorksetLineGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CPD0WORKSET_API Teamcenter_alias::Cpd::Cpd0WorksetLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cpd0WorksetLineDelegate instance
static Cpd0WorksetLineDelegate& getInstance();
// Method to create the Cpd0WorksetLineImpl pointer
static Cpd0WorksetLineImpl* createImpl( Cpd0WorksetLine& ifObj );
// Method to delete the Cpd0WorksetLineImpl pointer
static void deleteImpl( Cpd0WorksetLineImpl* impl );
///
/// Getter for a Boolean Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCpd0areSubsetsVisibleBase(const Cpd0WorksetLine &ifObj, bool &value, bool &isNull ) const;
///
/// Setter for a Boolean Property
/// @version Teamcenter 9
/// @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 setCpd0areSubsetsVisibleBase(Cpd0WorksetLine &ifObj, bool value, bool isNull );
protected:
// Pointer to the instance
static Cpd0WorksetLineDelegate* m_pInstance;
Cpd0WorksetLineDelegate();
virtual ~Cpd0WorksetLineDelegate();
static void setInstance( Cpd0WorksetLineDelegate* instance );
private:
friend class ::Teamcenter::Cpd::Cpd0WorksetLineGenImpl;
};
#include <cpd0workset/libcpd0workset_undef.h>
#endif // TEAMCENTER__CPD__CPD0WORKSETLINEDELEGATE_HXX