dataflow
v1b3
|
#include <parameter.h>
Public Member Functions | |
Parameter (const Json::Value &storage) | |
Parameter (Json::Value *storage) | |
virtual | ~Parameter () |
const StringPiece | GetTypeName () const |
bool | has_key () const |
void | clear_key () |
const StringPiece | get_key () const |
void | set_key (const StringPiece &value) |
bool | has_value () const |
void | clear_value () |
const client::JsonCppData | get_value () const |
client::JsonCppData | mutable_value () |
Static Public Member Functions | |
static Parameter * | New () |
Structured data associated with this message.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'key
' attribute.
|
inline |
Clears the 'value
' attribute.
|
inline |
Get the value of the 'key
' attribute.
|
inline |
Get a reference to the value of the 'value
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'key
' attribute was set.
key
' attribute was set.
|
inline |
Determine if the 'value
' attribute was set.
value
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'value
' property.
Value for this parameter.
|
static |
Creates a new default instance.
|
inline |
Change the 'key
' attribute.
Key or name for this parameter.
[in] | value | The new value. |