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.
117 lines
3.4 KiB
117 lines
3.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, Fnd0OARRuleAccessorDelegate
|
|
Filename: Fnd0OARRuleAccessorDelegate.hxx
|
|
Module: sa
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0OARRULEACCESSORDELEGATE_HXX
|
|
#define TEAMCENTER__FND0OARRULEACCESSORDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <sa/Fnd0OARRuleAccessor.hxx>
|
|
|
|
#include <sa/libsa_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARRuleAccessorDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARRuleAccessorImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARRuleAccessor;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0OARRuleAccessorGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SA_API Teamcenter_alias::Fnd0OARRuleAccessorDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0OARRuleAccessorDelegate instance
|
|
static Fnd0OARRuleAccessorDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0OARRuleAccessorImpl pointer
|
|
static Fnd0OARRuleAccessorImpl* createImpl( Fnd0OARRuleAccessor& ifObj );
|
|
|
|
// Method to delete the Fnd0OARRuleAccessorImpl pointer
|
|
static void deleteImpl( Fnd0OARRuleAccessorImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 12
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getFnd0AccessorDescBase(const Fnd0OARRuleAccessor &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Getter for a string Property
|
|
/// @version Teamcenter 12
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getFnd0AccessorNameBase(const Fnd0OARRuleAccessor &ifObj, std::string &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Setter for a string Property
|
|
/// @version Teamcenter 12
|
|
/// @param value - Value to be set for the parameter
|
|
/// @param isNull - If true, set the parameter value to null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int setFnd0AccessorDescBase(Fnd0OARRuleAccessor &ifObj, const std::string &value, bool isNull );
|
|
|
|
|
|
///
|
|
/// desc for setPropertiesFromCreateInpu
|
|
/// @version Tc 8
|
|
/// @param creInput - Description for CreateInput
|
|
/// @return - return desc for setPropertiesFromCreateInput
|
|
///
|
|
int setPropertiesFromCreateInputBase(const Fnd0OARRuleAccessor &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0OARRuleAccessorDelegate* m_pInstance;
|
|
|
|
Fnd0OARRuleAccessorDelegate();
|
|
virtual ~Fnd0OARRuleAccessorDelegate();
|
|
static void setInstance( Fnd0OARRuleAccessorDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0OARRuleAccessorGenImpl;
|
|
|
|
};
|
|
|
|
#include <sa/libsa_undef.h>
|
|
#endif // TEAMCENTER__FND0OARRULEACCESSORDELEGATE_HXX
|