15 #if !defined(_SBTYPE_H)
21 #if !defined(_SBTYPE_HH)
23 #include <alma/Enumtcl/Enum.hpp>
26 struct enum_set_traits<SBTypeMod::SBType> :
public enum_set_traiter<SBTypeMod::SBType,3,SBTypeMod::EXPERT> {};
29 class enum_map_traits<SBTypeMod::SBType,void> :
public enum_map_traiter<SBTypeMod::SBType,void> {
38 m_.insert(std::pair<SBTypeMod::SBType,EnumPar<void> >
39 (SBTypeMod::OBSERVATORY,ep((
int)SBTypeMod::OBSERVATORY,
"OBSERVATORY",
"un-documented")));
40 m_.insert(std::pair<SBTypeMod::SBType,EnumPar<void> >
41 (SBTypeMod::OBSERVER,ep((
int)SBTypeMod::OBSERVER,
"OBSERVER",
"un-documented")));
42 m_.insert(std::pair<SBTypeMod::SBType,EnumPar<void> >
43 (SBTypeMod::EXPERT,ep((
int)SBTypeMod::EXPERT,
"EXPERT",
"un-documented")));
46 static std::map<SBTypeMod::SBType,EnumPar<void> >
m_;
static std::string typeName_
static std::string xsdBaseType_
static std::string enumerationDesc_
static std::map< SBTypeMod::SBType, EnumPar< void > > m_
static std::string order_