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, Wpm0WorkPackageRevisionDelegate
Filename: Wpm0WorkPackageRevisionDelegate.hxx
Module: wpm0pkgmgmt
@BMIDE autogenerated
==================================================================================================*/
#ifndef PKGMGMT__WPM0WORKPACKAGEREVISIONDELEGATE_HXX
#define PKGMGMT__WPM0WORKPACKAGEREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <wpm0pkgmgmt/Wpm0WorkPackageRevision.hxx>
#include <wpm0pkgmgmt/libwpm0pkgmgmt_exports.h>
namespace pkgmgmt
{
class Wpm0WorkPackageRevisionDelegate;
}
namespace pkgmgmt
{
class Wpm0WorkPackageRevisionImpl;
}
namespace pkgmgmt
{
class Wpm0WorkPackageRevision;
}
namespace pkgmgmt
{
class Wpm0WorkPackageRevisionGenImpl;
}
namespace pkgmgmt_alias = ::pkgmgmt;
class WPM0PKGMGMT_API pkgmgmt_alias::Wpm0WorkPackageRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Wpm0WorkPackageRevisionDelegate instance
static Wpm0WorkPackageRevisionDelegate& getInstance();
// Method to create the Wpm0WorkPackageRevisionImpl pointer
static Wpm0WorkPackageRevisionImpl* createImpl( Wpm0WorkPackageRevision& ifObj );
// Method to delete the Wpm0WorkPackageRevisionImpl pointer
static void deleteImpl( Wpm0WorkPackageRevisionImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getWpm0WorkPackageComplexityBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getWpm0WorkPackageSecurityBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getWpm0WorkPackageTypeBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getWpm0WorkPackageVendorBase(const Wpm0WorkPackageRevision &ifObj, std::string &value, bool &isNull ) const;
protected:
// Pointer to the instance
static Wpm0WorkPackageRevisionDelegate* m_pInstance;
Wpm0WorkPackageRevisionDelegate();
virtual ~Wpm0WorkPackageRevisionDelegate();
static void setInstance( Wpm0WorkPackageRevisionDelegate* instance );
private:
friend class ::pkgmgmt::Wpm0WorkPackageRevisionGenImpl;
};
#include <wpm0pkgmgmt/libwpm0pkgmgmt_undef.h>
#endif // PKGMGMT__WPM0WORKPACKAGEREVISIONDELEGATE_HXX