Public Types | |
enum | Enum |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 273 of file Enumerations.h.
enum Enum |
Cash / Term.
Enumerator | ||
---|---|---|
Undefined | 0 | Undefined. |
Cash | 1 | Cash. |
Term | 2 | Term. |
Definition at line 276 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.