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