#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 903 of file Enumerations.h.
| enum Enum |
Block Type.
| Enumerator | ||
|---|---|---|
| Undefined | ' ' | Undefined. |
| Regular | '0' | Regular. |
| PrivateAndConfidential | '1' | Private and Confidential. |
| DelayedPublication | '2' | Delayed Publication. |
| LargeInScale | '3' | Large In Scale (LIS). |
Definition at line 906 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.