ERUCES::TEParameterRE
#include <teparameter_re.h>
The TEParameterRE class represents the Remote Engine parameter class.
Inheritance
- Inherits ERUCES::TEUpdatableObject
Public Member Functions
| Member | Description |
|---|---|
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() const | The getId method retrieves the parameter ID. |
void setKey(_TESTD string &key) | The setKey method sets the parameter key. |
const _TESTD string getKey() const | The getKey method retrieves the parameter key. |
void setValue(_TESTD string &value) | The setValue method sets the parameter value. |
const _TESTD string getValue() const | The getValue method retrieves the parameter value. |
void setFlag(uint32_t flag) | The setFlag method sets the parameter flag. |
uint32_t getFlag() const | The getFlag method retrieves the parameter flag. |
TEObject * clone() const | The 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
| Parameter | Description |
|---|---|
id | Parameter 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
| Parameter | Description |
|---|---|
key | Parameter 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
| Parameter | Description |
|---|---|
value | Parameter 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
| Parameter | Description |
|---|---|
flag | Parameter 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.