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.
124 lines
3.3 KiB
124 lines
3.3 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, Cm0GlobalChangeContextsLOV
|
|
Filename: Cm0GlobalChangeContextsLOV.hxx
|
|
Module: cm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CM__CM0GLOBALCHANGECONTEXTSLOV__HXX
|
|
#define TEAMCENTER__CM__CM0GLOBALCHANGECONTEXTSLOV__HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <lov/Fnd0ListOfValuesDynamic.hxx>
|
|
|
|
#include <cm/libcm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
class Cm0GlobalChangeContextsLOV;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
class Cm0GlobalChangeContextsLOVImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
class Cm0GlobalChangeContextsLOVDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
class Cm0GlobalChangeContextsLOVDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace CM
|
|
{
|
|
class Cm0GlobalChangeContextsLOVGenImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RootObjectImpl;
|
|
}
|
|
|
|
class CM_API Teamcenter::CM::Cm0GlobalChangeContextsLOV
|
|
: public ::Teamcenter::Fnd0ListOfValuesDynamic
|
|
{
|
|
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
|
|
*/
|
|
Cm0GlobalChangeContextsLOV();
|
|
|
|
/**
|
|
* Destructor
|
|
*/
|
|
virtual ~Cm0GlobalChangeContextsLOV();
|
|
|
|
private:
|
|
// Getter method for the Implementation Object
|
|
Cm0GlobalChangeContextsLOVImpl* getCm0GlobalChangeContextsLOVImpl() const;
|
|
// Setter method for the Implementation Object
|
|
::Teamcenter::RootObjectImpl* setCm0GlobalChangeContextsLOVImpl( ::Teamcenter::RootObjectImpl* impl );
|
|
|
|
// Method to set the delete impl boolean
|
|
void setDeleteImpl( bool del );
|
|
|
|
// Pointer to the Implementation object
|
|
Cm0GlobalChangeContextsLOVImpl* m_cm0globalchangecontextslovImpl;
|
|
|
|
// 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 Cm0GlobalChangeContextsLOV - desc for Cm0GlobalChangeContextsLOV parameter
|
|
*/
|
|
Cm0GlobalChangeContextsLOV( const Cm0GlobalChangeContextsLOV& );
|
|
Cm0GlobalChangeContextsLOV& operator=( const Cm0GlobalChangeContextsLOV& );
|
|
|
|
friend class Cm0GlobalChangeContextsLOVDelegate;
|
|
friend class Cm0GlobalChangeContextsLOVDispatch;
|
|
friend class Cm0GlobalChangeContextsLOVGenImpl;
|
|
};
|
|
|
|
#include <cm/libcm_undef.h>
|
|
#endif // TEAMCENTER__CM__CM0GLOBALCHANGECONTEXTSLOV__HXX
|