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