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.

109 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, Wpm0WorkPkgContainsStatic
Filename: Wpm0WorkPkgContainsStatic.hxx
Module: wpm0pkgmgmt
@BMIDE autogenerated
==================================================================================================*/
#ifndef PKGMGMT__WPM0WORKPKGCONTAINSSTATIC__HXX
#define PKGMGMT__WPM0WORKPKGCONTAINSSTATIC__HXX
#include <common/tc_deprecation_macros.h>
#include <tccore/ImanRelation.hxx>
#include <wpm0pkgmgmt/libwpm0pkgmgmt_exports.h>
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStatic;
}
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStaticImpl;
}
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStaticDelegate;
}
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStaticDispatch;
}
namespace pkgmgmt
{
class Wpm0WorkPkgContainsStaticGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class WPM0PKGMGMT_API pkgmgmt::Wpm0WorkPkgContainsStatic
: public ::Teamcenter::ImanRelation
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
Wpm0WorkPkgContainsStatic();
/**
* Destructor
*/
virtual ~Wpm0WorkPkgContainsStatic();
private:
// Getter method for the Implementation Object
Wpm0WorkPkgContainsStaticImpl* getWpm0WorkPkgContainsStaticImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setWpm0WorkPkgContainsStaticImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
Wpm0WorkPkgContainsStaticImpl* m_wpm0workpkgcontainsstaticImpl;
// Flag to indicate if Implementation object needs to be deleted
bool m_deleteImpl;
/**
* Name of the Business Object
*/
static std::string name;
/**
* Private default constructor. We do not want this class instantiated without the business object passed in.
* @param Wpm0WorkPkgContainsStatic - desc for Wpm0WorkPkgContainsStatic parameter
*/
Wpm0WorkPkgContainsStatic( const Wpm0WorkPkgContainsStatic& );
Wpm0WorkPkgContainsStatic& operator=( const Wpm0WorkPkgContainsStatic& );
friend class Wpm0WorkPkgContainsStaticDelegate;
friend class Wpm0WorkPkgContainsStaticDispatch;
friend class Wpm0WorkPkgContainsStaticGenImpl;
};
#include <wpm0pkgmgmt/libwpm0pkgmgmt_undef.h>
#endif // PKGMGMT__WPM0WORKPKGCONTAINSSTATIC__HXX