#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', Closed = 'C', Preopen = 'P', Lockdown = 'L' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 880 of file Enumerations.h.
enum Enum |
Fixing Transition Status.
Enumerator | |
---|---|
Undefined |
Undefined. |
Closed |
Closed. |
Preopen |
Preopen. |
Lockdown |
Lockdown. |
Definition at line 883 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.