1#ifndef __OPENTREP_IATATYPE_HPP
2#define __OPENTREP_IATATYPE_HPP
63 static const std::string&
getLabel (
const EN_IATAType&);
68 static EN_IATAType
getType (
const char);
134 IATAType (
const std::string& iType);
Enumeration of place/location types with respect to their use for transportation purposes.
bool operator==(const EN_IATAType &) const
static const std::string & getLabel(const EN_IATAType &)
treppb::PlaceType getTypeAsPB() const
char getTypeAsChar() const
const std::string describe() const
EN_IATAType getType() const
IATAType(const EN_IATAType &)
static treppb::PlaceType getTypeLabelAsPB(const EN_IATAType &)
std::string getTypeAsString() const
static char getTypeLabel(const EN_IATAType &)
static std::string getTypeLabelAsString(const EN_IATAType &)
static std::string describeLabels()