15 #if !defined(_WVRMETHOD_H)
21 #if !defined(_WVRMETHOD_HH)
23 #include <alma/Enumtcl/Enum.hpp>
26 struct enum_set_traits<WVRMethodMod::WVRMethod> :
public enum_set_traiter<WVRMethodMod::WVRMethod,2,WVRMethodMod::EMPIRICAL> {};
29 class enum_map_traits<WVRMethodMod::WVRMethod,void> :
public enum_map_traiter<WVRMethodMod::WVRMethod,void> {
38 m_.insert(std::pair<WVRMethodMod::WVRMethod,EnumPar<void> >
39 (WVRMethodMod::ATM_MODEL,ep((
int)WVRMethodMod::ATM_MODEL,
"ATM_MODEL",
"un-documented")));
40 m_.insert(std::pair<WVRMethodMod::WVRMethod,EnumPar<void> >
41 (WVRMethodMod::EMPIRICAL,ep((
int)WVRMethodMod::EMPIRICAL,
"EMPIRICAL",
"un-documented")));
44 static std::map<WVRMethodMod::WVRMethod,EnumPar<void> >
m_;
static std::map< WVRMethodMod::WVRMethod, EnumPar< void > > m_
static std::string typeName_
static std::string xsdBaseType_
static std::string order_
static std::string enumerationDesc_