1#ifndef __TVLSIM_BAS_SIMULATIONMODE_HPP
2#define __TVLSIM_BAS_SIMULATIONMODE_HPP
10#include <stdair/basic/StructAbstract.hpp>
30 static const std::string&
getLabel (
const EN_SimulationMode&);
35 static EN_SimulationMode
getMode (
const char);
55 EN_SimulationMode
getMode()
const;
77 _mode = iEN_SimulationMode;
84 bool operator== (
const EN_SimulationMode&)
const;
char getModeAsChar() const
std::string getModeAsString() const
bool operator==(const EN_SimulationMode &) const
const std::string describe() const
static std::string getModeLabelAsString(const EN_SimulationMode &)
SimulationMode(const EN_SimulationMode &)
static char getModeLabel(const EN_SimulationMode &)
static const std::string & getLabel(const EN_SimulationMode &)
EN_SimulationMode getMode() const
static std::string describeLabels()
void setMode(const EN_SimulationMode &iEN_SimulationMode)