OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OPENTREP::BomType Struct Reference

#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 &)
 

Detailed Description

Enumeration of BOM types.

Definition at line 13 of file BomType.hpp.

Member Enumeration Documentation

Enumerator
WORLD 
PLACE 
AIRLINE 
COUNTRY 
DAY 
MONTH 
PASSENGER 
LAST_VALUE 

Definition at line 15 of file BomType.hpp.

Member Function Documentation

const std::string & OPENTREP::BomType::getLabel ( const EN_BomType iBomType)
static

Get the label (BOM type) as a string.

Definition at line 16 of file BomType.cpp.


The documentation for this struct was generated from the following files: