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.
97 lines
2.9 KiB
97 lines
2.9 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, Fnd0OARFunctionArgValueDelegate
|
|
Filename: Fnd0OARFunctionArgValueDelegate.hxx
|
|
Module: sa
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0OARFUNCTIONARGVALUEDELEGATE_HXX
|
|
#define TEAMCENTER__FND0OARFUNCTIONARGVALUEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <sa/Fnd0OARFunctionArgValue.hxx>
|
|
|
|
#include <sa/libsa_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARFunctionArgValueDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARFunctionArgValueImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARFunctionArgValue;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARFunctionArgValueGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SA_API Teamcenter_alias::Fnd0OARFunctionArgValueDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0OARFunctionArgValueDelegate instance
|
|
static Fnd0OARFunctionArgValueDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0OARFunctionArgValueImpl pointer
|
|
static Fnd0OARFunctionArgValueImpl* createImpl( Fnd0OARFunctionArgValue& ifObj );
|
|
|
|
// Method to delete the Fnd0OARFunctionArgValueImpl pointer
|
|
static void deleteImpl( Fnd0OARFunctionArgValueImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for an String Array Property
|
|
/// @version Teamcenter 12
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getFnd0OARArgumentValuesBase(const Fnd0OARFunctionArgValue &ifObj, std::vector< std::string > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
///
|
|
/// desc for setPropertiesFromCreateInpu
|
|
/// @version Tc 8
|
|
/// @param creInput - Description for CreateInput
|
|
/// @return - return desc for setPropertiesFromCreateInput
|
|
///
|
|
int setPropertiesFromCreateInputBase(const Fnd0OARFunctionArgValue &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0OARFunctionArgValueDelegate* m_pInstance;
|
|
|
|
Fnd0OARFunctionArgValueDelegate();
|
|
virtual ~Fnd0OARFunctionArgValueDelegate();
|
|
static void setInstance( Fnd0OARFunctionArgValueDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0OARFunctionArgValueGenImpl;
|
|
|
|
};
|
|
|
|
#include <sa/libsa_undef.h>
|
|
#endif // TEAMCENTER__FND0OARFUNCTIONARGVALUEDELEGATE_HXX
|