#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { REPO_ORDER_STATUS_Processing, REPO_ORDER_STATUS_Accepted, REPO_ORDER_STATUS_Refused, REPO_ORDER_STATUS_Rejected } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 730 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
REPO_ORDER_STATUS_Processing |
Processing. |
REPO_ORDER_STATUS_Accepted |
Accepted. |
REPO_ORDER_STATUS_Refused |
Refused. |
REPO_ORDER_STATUS_Rejected |
Rejected by the system. |
Definition at line 732 of file SMP.Enumerations.h.
|
static |
Provides string presentation.