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