conveniency class for external language (android java) bindings. More...
#include <runtimedataobjectutil.hpp>
Static Public Member Functions | |
static string | externalizeToJSON (RuntimeDataObjectSharedPtr object) |
Externalize runtime data object to JSON string. | |
static RuntimeDataObjectBoolSharedPtr | getBoolChild (RuntimeDataObjectSharedPtr parent, const string &name) |
Gets specific child boolean. | |
static RuntimeDataObjectIntSharedPtr | getIntChild (RuntimeDataObjectSharedPtr parent, const string &name) |
Gets specific child integer. | |
static RuntimeDataObjectListSharedPtr | getListChild (RuntimeDataObjectSharedPtr parent, const string &name) |
Gets specific list object. | |
static RuntimeDataObjectRealSharedPtr | getRealChild (RuntimeDataObjectSharedPtr parent, const string &name) |
Gets specific real(float) value. | |
static RuntimeDataObjectStringSharedPtr | getStringChild (RuntimeDataObjectSharedPtr parent, const string &name) |
Gets specific string type of child. | |
conveniency class for external language (android java) bindings.
|
inlinestatic |
Externalize runtime data object to JSON string.
object | the object to externalize. |
|
inlinestatic |
Gets specific child boolean.
parent | the parent whom child is to be retrieved. |
name | the name |
|
inlinestatic |
Gets specific child integer.
parent | the parent whom child is to be retrieved. |
name | the name |
|
inlinestatic |
Gets specific list object.
parent | the parent whom child is to be retrieved. |
name | the name |
|
inlinestatic |
Gets specific real(float) value.
parent | the parent whom child is to be retrieved. |
name | the name |
|
inlinestatic |
Gets specific string type of child.
parent | the parent whom child is to be retrieved. |
name | the name of the client to retrieve. |