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.
ML_ITK/13/include_cpp/ccdm/Ccd0MemoryLayoutRevisionDel...

87 lines
2.5 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, Ccd0MemoryLayoutRevisionDelegate
Filename: Ccd0MemoryLayoutRevisionDelegate.hxx
Module: ccdm
@BMIDE autogenerated
==================================================================================================*/
#ifndef CCDM__CCD0MEMORYLAYOUTREVISIONDELEGATE_HXX
#define CCDM__CCD0MEMORYLAYOUTREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ccdm/Ccd0MemoryLayoutRevision.hxx>
#include <ccdm/libccdm_exports.h>
namespace ccdm
{
class Ccd0MemoryLayoutRevisionDelegate;
}
namespace ccdm
{
class Ccd0MemoryLayoutRevisionImpl;
}
namespace ccdm
{
class Ccd0MemoryLayoutRevision;
}
namespace ccdm
{
class Ccd0MemoryLayoutRevisionGenImpl;
}
namespace ccdm_alias = ::ccdm;
class CCDM_API ccdm_alias::Ccd0MemoryLayoutRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ccd0MemoryLayoutRevisionDelegate instance
static Ccd0MemoryLayoutRevisionDelegate& getInstance();
// Method to create the Ccd0MemoryLayoutRevisionImpl pointer
static Ccd0MemoryLayoutRevisionImpl* createImpl( Ccd0MemoryLayoutRevision& ifObj );
// Method to delete the Ccd0MemoryLayoutRevisionImpl pointer
static void deleteImpl( Ccd0MemoryLayoutRevisionImpl* impl );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Ccd0MemoryLayoutRevision &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Ccd0MemoryLayoutRevisionDelegate* m_pInstance;
Ccd0MemoryLayoutRevisionDelegate();
virtual ~Ccd0MemoryLayoutRevisionDelegate();
static void setInstance( Ccd0MemoryLayoutRevisionDelegate* instance );
private:
friend class ::ccdm::Ccd0MemoryLayoutRevisionGenImpl;
};
#include <ccdm/libccdm_undef.h>
#endif // CCDM__CCD0MEMORYLAYOUTREVISIONDELEGATE_HXX