15 #if !defined(_STATIONTYPE_H)
18 #define _STATIONTYPE_H
21 #if !defined(_STATIONTYPE_HH)
23 #include <alma/Enumtcl/Enum.hpp>
26 struct enum_set_traits<StationTypeMod::StationType> :
public enum_set_traiter<StationTypeMod::StationType,3,StationTypeMod::WEATHER_STATION> {};
29 class enum_map_traits<StationTypeMod::StationType,void> :
public enum_map_traiter<StationTypeMod::StationType,void> {
38 m_.insert(std::pair<StationTypeMod::StationType,EnumPar<void> >
39 (StationTypeMod::ANTENNA_PAD,ep((
int)StationTypeMod::ANTENNA_PAD,
"ANTENNA_PAD",
"un-documented")));
40 m_.insert(std::pair<StationTypeMod::StationType,EnumPar<void> >
41 (StationTypeMod::MAINTENANCE_PAD,ep((
int)StationTypeMod::MAINTENANCE_PAD,
"MAINTENANCE_PAD",
"un-documented")));
42 m_.insert(std::pair<StationTypeMod::StationType,EnumPar<void> >
43 (StationTypeMod::WEATHER_STATION,ep((
int)StationTypeMod::WEATHER_STATION,
"WEATHER_STATION",
"un-documented")));
46 static std::map<StationTypeMod::StationType,EnumPar<void> >
m_;
48 #define _STATIONTYPE_HH
static std::string xsdBaseType_
static std::map< StationTypeMod::StationType, EnumPar< void > > m_
static std::string typeName_
static std::string enumerationDesc_
static std::string order_