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.
87 lines
2.4 KiB
87 lines
2.4 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, Aps0PlantLocationDelegate
|
|
Filename: Aps0PlantLocationDelegate.hxx
|
|
Module: aps0apscore
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef APS0APSCORE__APS0PLANTLOCATIONDELEGATE_HXX
|
|
#define APS0APSCORE__APS0PLANTLOCATIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <aps0apscore/Aps0PlantLocation.hxx>
|
|
|
|
#include <aps0apscore/libaps0apscore_exports.h>
|
|
|
|
namespace aps0apscore
|
|
{
|
|
class Aps0PlantLocationDelegate;
|
|
}
|
|
namespace aps0apscore
|
|
{
|
|
class Aps0PlantLocationImpl;
|
|
}
|
|
namespace aps0apscore
|
|
{
|
|
class Aps0PlantLocation;
|
|
}
|
|
namespace aps0apscore
|
|
{
|
|
class Aps0PlantLocationGenImpl;
|
|
}
|
|
|
|
namespace aps0apscore_alias = ::aps0apscore;
|
|
|
|
|
|
class APS0APSCORE_API aps0apscore_alias::Aps0PlantLocationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Aps0PlantLocationDelegate instance
|
|
static Aps0PlantLocationDelegate& getInstance();
|
|
|
|
// Method to create the Aps0PlantLocationImpl pointer
|
|
static Aps0PlantLocationImpl* createImpl( Aps0PlantLocation& ifObj );
|
|
|
|
// Method to delete the Aps0PlantLocationImpl pointer
|
|
static void deleteImpl( Aps0PlantLocationImpl* impl );
|
|
|
|
|
|
///
|
|
/// Description for the Finalize Create Input
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - Return desc for Initialize for Create
|
|
///
|
|
int finalizeCreateInputBase(const Aps0PlantLocation &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Aps0PlantLocationDelegate* m_pInstance;
|
|
|
|
Aps0PlantLocationDelegate();
|
|
virtual ~Aps0PlantLocationDelegate();
|
|
static void setInstance( Aps0PlantLocationDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::aps0apscore::Aps0PlantLocationGenImpl;
|
|
|
|
};
|
|
|
|
#include <aps0apscore/libaps0apscore_undef.h>
|
|
#endif // APS0APSCORE__APS0PLANTLOCATIONDELEGATE_HXX
|