#include <opentrep/bom/BomType.hpp>
Public Types | |
enum | EN_BomType { WORLD = 0, PLACE, AIRLINE, COUNTRY, DAY, MONTH, PASSENGER, LAST_VALUE } |
Static Public Member Functions | |
static const std::string & | getLabel (const EN_BomType &) |
Enumeration of BOM types.
Definition at line 13 of file BomType.hpp.
Enumerator | |
---|---|
WORLD | |
PLACE | |
AIRLINE | |
COUNTRY | |
DAY | |
MONTH | |
PASSENGER | |
LAST_VALUE |
Definition at line 15 of file BomType.hpp.
|
static |
Get the label (BOM type) as a string.
Definition at line 16 of file BomType.cpp.