1#ifndef __STDAIR_BAS_DEMANDGENERATIONMETHOD_HPP
2#define __STDAIR_BAS_DEMANDGENERATIONMETHOD_HPP
23 } EN_DemandGenerationMethod;
28 static const std::string&
getLabel (
const EN_DemandGenerationMethod&);
33 static EN_DemandGenerationMethod
getMethod (
const char);
53 EN_DemandGenerationMethod
getMethod()
const;
75 bool operator== (
const EN_DemandGenerationMethod&)
const;
117 EN_DemandGenerationMethod _method;
Handle on the StdAir library context.
Enumeration of demand (booking request) generation methods.
const std::string describe() const
static std::string getMethodLabelAsString(const EN_DemandGenerationMethod &)
static const std::string & getLabel(const EN_DemandGenerationMethod &)
EN_DemandGenerationMethod getMethod() const
DemandGenerationMethod(const EN_DemandGenerationMethod &)
char getMethodAsChar() const
static std::string describeLabels()
bool operator==(const EN_DemandGenerationMethod &) const
std::string getMethodAsString() const
static char getMethodLabel(const EN_DemandGenerationMethod &)