Skip to main content

ERUCES::TEParameterRE

#include <teparameter_re.h>

The TEParameterRE class represents the Remote Engine parameter class.

Inheritance

Public Member Functions

MemberDescription
TEParameterRE()The TEParameterRE constructor is the default class constructor.
TEParameterRE(const TEParameterRE &)The TEParameterRE constructor copies a TEParameterRE object.
~TEParameterRE()The TEParameterRE destructor is the class destructor.
void setId(te_oid id)The setId method set the parameter ID.
te_oid getId() constThe getId method retrieves the parameter ID.
void setKey(_TESTD string &key)The setKey method sets the parameter key.
const _TESTD string getKey() constThe getKey method retrieves the parameter key.
void setValue(_TESTD string &value)The setValue method sets the parameter value.
const _TESTD string getValue() constThe getValue method retrieves the parameter value.
void setFlag(uint32_t flag)The setFlag method sets the parameter flag.
uint32_t getFlag() constThe getFlag method retrieves the parameter flag.
TEObject * clone() constThe clone method clones a role object.

Member Function Documentation

TEParameterRE()

The TEParameterRE constructor is the default class constructor.

TEParameterRE(const TEParameterRE &)

The TEParameterRE constructor copies a TEParameterRE object.

~TEParameterRE()

The TEParameterRE destructor is the class destructor.

void setId(te_oid id)

The setId method set the parameter ID.

Parameters

ParameterDescription
idParameter ID to be set.

te_oid getId() const

The getId method retrieves the parameter ID.

Returns: Parameter ID.

void setKey(_TESTD string &key)

The setKey method sets the parameter key.

Parameters

ParameterDescription
keyParameter key to be set.

const _TESTD string getKey() const

The getKey method retrieves the parameter key.

Returns: Parameter key.

void setValue(_TESTD string &value)

The setValue method sets the parameter value.

Parameters

ParameterDescription
valueParameter value to be set.

const _TESTD string getValue() const

The getValue method retrieves the parameter value.

Returns: Parameter value.

void setFlag(uint32_t flag)

The setFlag method sets the parameter flag.

Parameters

ParameterDescription
flagParameter flag to be set.

uint32_t getFlag() const

The getFlag method retrieves the parameter flag.

Returns: Parameter flag.

TEObject * clone() const

The clone method clones a role object.

Returns: Cloned role object.