|
client-cpp
0.0.1-SNAPSHOT
|
#include <CommonEnum.hpp>
Inheritance diagram for kaa::CommonEnum:
Collaboration diagram for kaa::CommonEnum:Public Member Functions | |
| CommonEnum (const avro::NodePtr &schema) | |
| const boost::any | getValue () const |
| const avro::NodePtr & | getSchema () const |
| avro::GenericDatum | toAvro () const |
| std::string | toString () const |
| void | setValue (const std::string &value) |
Public Member Functions inherited from kaa::ICommonValue | |
| ICommonValue (CommonValueType type) | |
| virtual | ~ICommonValue () |
| CommonValueType | getCommonType () |
Public Member Functions inherited from kaa::ISchemaDependent | |
| virtual | ~ISchemaDependent () |
Additional Inherited Members | |
Protected Attributes inherited from kaa::ICommonValue | |
| CommonValueType | type_ |
Definition at line 27 of file CommonEnum.hpp.
| kaa::CommonEnum::CommonEnum | ( | const avro::NodePtr & | schema | ) |
|
inlinevirtual |
Implements kaa::ISchemaDependent.
Definition at line 32 of file CommonEnum.hpp.
|
inlinevirtual |
| void kaa::CommonEnum::setValue | ( | const std::string & | value | ) |
|
virtual |
Retrieves Avro representation of the nested object
Implements kaa::ICommonValue.
|
virtual |
Retrieves string representation of the nested object
Implements kaa::ICommonValue.