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/sa/Fnd0OARConditionPropDelegat...

107 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, Fnd0OARConditionPropDelegate
Filename: Fnd0OARConditionPropDelegate.hxx
Module: sa
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0OARCONDITIONPROPDELEGATE_HXX
#define TEAMCENTER__FND0OARCONDITIONPROPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sa/Fnd0OARConditionProp.hxx>
#include <sa/libsa_exports.h>
namespace Teamcenter
{
class Fnd0OARConditionPropDelegate;
}
namespace Teamcenter
{
class Fnd0OARConditionPropImpl;
}
namespace Teamcenter
{
class Fnd0OARConditionProp;
}
namespace Teamcenter
{
class Fnd0OARConditionPropGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SA_API Teamcenter_alias::Fnd0OARConditionPropDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0OARConditionPropDelegate instance
static Fnd0OARConditionPropDelegate& getInstance();
// Method to create the Fnd0OARConditionPropImpl pointer
static Fnd0OARConditionPropImpl* createImpl( Fnd0OARConditionProp& ifObj );
// Method to delete the Fnd0OARConditionPropImpl pointer
static void deleteImpl( Fnd0OARConditionPropImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 12.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0PropDescBase(const Fnd0OARConditionProp &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 12.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0PropNameBase(const Fnd0OARConditionProp &ifObj, std::string &value, bool &isNull ) const;
///
/// desc for setPropertiesFromCreateInpu
/// @version Tc 8
/// @param creInput - Description for CreateInput
/// @return - return desc for setPropertiesFromCreateInput
///
int setPropertiesFromCreateInputBase(const Fnd0OARConditionProp &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0OARConditionPropDelegate* m_pInstance;
Fnd0OARConditionPropDelegate();
virtual ~Fnd0OARConditionPropDelegate();
static void setInstance( Fnd0OARConditionPropDelegate* instance );
private:
friend class ::Teamcenter::Fnd0OARConditionPropGenImpl;
};
#include <sa/libsa_undef.h>
#endif // TEAMCENTER__FND0OARCONDITIONPROPDELEGATE_HXX