1 #ifndef __AIRINV_BAS_FLIGHTTYPECODE_HPP 2 #define __AIRINV_BAS_FLIGHTTYPECODE_HPP 10 #include <stdair/basic/StructAbstract.hpp> 25 static const std::string&
getLabel (
const EN_FlightTypeCode&);
28 static const std::string&
getCodeLabel (
const EN_FlightTypeCode&);
34 EN_FlightTypeCode
getCode()
const;
51 static const std::string _codeLabels[
LAST_VALUE];
57 EN_FlightTypeCode _code;
61 #endif // __AIRINV_BAS_FLIGHTTYPECODE_HPP static const std::string & getCodeLabel(const EN_FlightTypeCode &)
static const std::string & getLabel(const EN_FlightTypeCode &)
static std::string describeLabels()
EN_FlightTypeCode getCode() const
const std::string describe() const
FlightTypeCode(const EN_FlightTypeCode &)