|
OpenJAUS Software Development Kit
4.3.1
|
#include <RejectElementResponseCodeEnumeration.h>
Inherits openjaus::model::fields::Enumeration.
Public Types | |
| enum | RejectElementResponseCodeEnum { INVALID_UID = 1, INVALID_PREVIOUS = 2, INVALID_NEXT = 3, UNSUPPORTED_TYPE = 4, ELEMENT_NOT_FOUND = 5, OUT_OF_MEMORY = 6, UNSPECIFIED_ERROR = 7 } |
Public Member Functions | |
| RejectElementResponseCodeEnumeration () | |
| RejectElementResponseCodeEnumeration (RejectElementResponseCodeEnum value) | |
| ~RejectElementResponseCodeEnumeration () | |
| virtual int | to (system::Buffer *dst) |
| Operation to. More... | |
| virtual int | from (system::Buffer *src) |
| Operation from. More... | |
| virtual int | length (void) |
| Serializes object to internal transport buffer. More... | |
| std::string | toXml (unsigned char ojIndentLevel=0) const |
| std::string | toString () const |
| RejectElementResponseCodeEnum | getValue (void) const |
| void | setValue (RejectElementResponseCodeEnum value) |
Public Member Functions inherited from openjaus::model::fields::Enumeration | |
| Enumeration () | |
| virtual | ~Enumeration () |
| long | getValue () const |
| Accessor to get the value of value. More... | |
| bool | setValue (long value) |
| Accessor to set value of value. More... | |
Public Member Functions inherited from openjaus::model::fields::ComplexField | |
| virtual | ~ComplexField () |
Public Member Functions inherited from openjaus::model::fields::Field | |
| Field () | |
| virtual | ~Field () |
| std::string | getName () const |
| Accessor to get the value of name. More... | |
| bool | setName (std::string name) |
| Accessor to set value of name. More... | |
Public Member Functions inherited from openjaus::system::Transportable | |
| virtual | ~Transportable () |
| Transportable () | |
Static Public Member Functions | |
| static std::string | toString (RejectElementResponseCodeEnum value) |
Protected Attributes | |
| RejectElementResponseCodeEnum | value |
Protected Attributes inherited from openjaus::model::fields::Enumeration | |
| long | value |
Protected Attributes inherited from openjaus::model::fields::Field | |
| std::string | name |
| openjaus::mobility::RejectElementResponseCodeEnumeration::RejectElementResponseCodeEnumeration | ( | ) |
| openjaus::mobility::RejectElementResponseCodeEnumeration::RejectElementResponseCodeEnumeration | ( | RejectElementResponseCodeEnumeration::RejectElementResponseCodeEnum | value | ) |
| openjaus::mobility::RejectElementResponseCodeEnumeration::~RejectElementResponseCodeEnumeration | ( | ) |
|
virtual |
| src |
Reimplemented from openjaus::model::fields::Enumeration.
| RejectElementResponseCodeEnumeration::RejectElementResponseCodeEnum openjaus::mobility::RejectElementResponseCodeEnumeration::getValue | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::fields::Enumeration.
| void openjaus::mobility::RejectElementResponseCodeEnumeration::setValue | ( | RejectElementResponseCodeEnumeration::RejectElementResponseCodeEnum | value | ) |
|
virtual |
| dst |
Reimplemented from openjaus::model::fields::Enumeration.
|
virtual |
Reimplemented from openjaus::model::fields::Enumeration.
|
static |
| std::string openjaus::mobility::RejectElementResponseCodeEnumeration::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |