#if !defined(_SYSCALMETHOD_H)
#include <alma/Enumerations/CSyscalMethod.h>
#if !defined(_SYSCALMETHOD_HH)
#include <alma/Enumtcl/Enum.hpp>
struct enum_set_traits<SyscalMethodMod::SyscalMethod> : public enum_set_traiter<SyscalMethodMod::SyscalMethod,3,SyscalMethodMod::SIDEBAND_RATIO> {};
class enum_map_traits<SyscalMethodMod::SyscalMethod,void> : public enum_map_traiter<SyscalMethodMod::SyscalMethod,void> {
static std::string typeName_;
static std::string enumerationDesc_;
static std::string order_;
static std::string xsdBaseType_;
m_.insert(std::pair<SyscalMethodMod::SyscalMethod,EnumPar<void> >
(SyscalMethodMod::TEMPERATURE_SCALE,ep((int)SyscalMethodMod::TEMPERATURE_SCALE,"TEMPERATURE_SCALE","un-documented")));
m_.insert(std::pair<SyscalMethodMod::SyscalMethod,EnumPar<void> >
(SyscalMethodMod::SKYDIP,ep((int)SyscalMethodMod::SKYDIP,"SKYDIP","un-documented")));
m_.insert(std::pair<SyscalMethodMod::SyscalMethod,EnumPar<void> >
(SyscalMethodMod::SIDEBAND_RATIO,ep((int)SyscalMethodMod::SIDEBAND_RATIO,"SIDEBAND_RATIO","un-documented")));
static std::map<SyscalMethodMod::SyscalMethod,EnumPar<void> > m_;