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