#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_FILL_STATUS_Active, TI_FILL_STATUS_Cancelled, TI_FILL_STATUS_Restored, TI_FILL_STATUS_CancelledForSplit, TI_FILL_STATUS_Modified } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 1465 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
TI_FILL_STATUS_Active |
Active. |
TI_FILL_STATUS_Cancelled |
Cancelled. |
TI_FILL_STATUS_Restored |
Restored. |
TI_FILL_STATUS_CancelledForSplit |
Cancelled - Split. |
TI_FILL_STATUS_Modified |
Modified. |
Definition at line 1467 of file SMP.Enumerations.h.
|
static |
Provides string presentation.