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.

255 lines
7.8 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, ConfigurationFamily
Filename: ConfigurationFamily.hxx
Module: fnd0booleansolve
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONFIGURATIONFAMILY__HXX
#define TEAMCENTER__CONFIGURATIONFAMILY__HXX
#include <string>
#include <unidefs.h>
#include <common/tc_deprecation_macros.h>
#include <tccore/POM_object.hxx>
#include <fnd0booleansolve/libfnd0booleansolve_exports.h>
namespace Teamcenter
{
class ConfigurationFamily;
}
namespace Teamcenter
{
class ConfigurationFamilyImpl;
}
namespace Teamcenter
{
class ConfigurationFamilyDelegate;
}
namespace Teamcenter
{
class ConfigurationFamilyDispatch;
}
namespace Teamcenter
{
class ConfigurationFamilyGenImpl;
}
namespace Teamcenter
{
class RootObjectImpl;
}
class FND0BOOLEANSOLVE_API Teamcenter::ConfigurationFamily
: public ::Teamcenter::POM_object
{
public:
/**
* Get the Interface Name
* @return - return desc for getInterfaceName
*/
static const std::string& getInterfaceName();
///
/// Getter for a string Property
/// @version Teamcenter 8.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getDescription( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0valueScope( std::string &value, bool &isNull ) const;
///
/// Getter for a Boolean Property
/// @version Teamcenter 8.3
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getIsMandatory( bool &value, bool &isNull ) const;
///
/// Getter for a Boolean Property
/// @version Teamcenter 8.3
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getIsModelFamily( bool &value, bool &isNull ) const;
///
/// Getter for an Integer Property
/// @version Teamcenter 8.3
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMode( int &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 8.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getName( std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 8.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getNamespace( std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 8.3
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getUom( tag_t &value, bool &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 8.3
/// @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 setDescription( const std::string &value, bool isNull=false );
///
/// Setter for a string Property
/// @version Teamcenter 10.1
/// @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 setFnd0valueScope( const std::string &value, bool isNull=false );
///
/// Setter for a Boolean Property
/// @version Teamcenter 8.3
/// @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 setIsMandatory( bool value, bool isNull=false );
///
/// Setter for a Boolean Property
/// @version Teamcenter 8.3
/// @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 setIsModelFamily( bool value, bool isNull=false );
///
/// Setter for an Integer Property
/// @version Teamcenter 8.3
/// @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 setMode( int value, bool isNull=false );
///
/// Setter for a string Property
/// @version Teamcenter 8.3
/// @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 setName( const std::string &value, bool isNull=false );
///
/// Setter for a string Property
/// @version Teamcenter 8.3
/// @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 setNamespace( const std::string &value, bool isNull=false );
///
/// Setter for a Tag Property
/// @version Teamcenter 8.3
/// @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 setUom( const tag_t &value, bool isNull=false );
protected:
// Method to initialize
virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
/**
* Constructor
*/
ConfigurationFamily();
/**
* Destructor
*/
virtual ~ConfigurationFamily();
private:
// Getter method for the Implementation Object
ConfigurationFamilyImpl* getConfigurationFamilyImpl() const;
// Setter method for the Implementation Object
::Teamcenter::RootObjectImpl* setConfigurationFamilyImpl( ::Teamcenter::RootObjectImpl* impl );
// Method to set the delete impl boolean
void setDeleteImpl( bool del );
// Pointer to the Implementation object
ConfigurationFamilyImpl* m_configurationfamilyImpl;
// Flag to indicate if Implementation object needs to be deleted
bool m_deleteImpl;
/**
* Name of the Business Object
*/
static std::string name;
/**
* Private default constructor. We do not want this class instantiated without the business object passed in.
* @param ConfigurationFamily - desc for ConfigurationFamily parameter
*/
ConfigurationFamily( const ConfigurationFamily& );
ConfigurationFamily& operator=( const ConfigurationFamily& );
friend class ConfigurationFamilyDelegate;
friend class ConfigurationFamilyDispatch;
friend class ConfigurationFamilyGenImpl;
};
#include <fnd0booleansolve/libfnd0booleansolve_undef.h>
#endif // TEAMCENTER__CONFIGURATIONFAMILY__HXX