54   m_noneType = 
new EnumType(1, 
"NoneTemplate", 
this);
 
   55   m_enums.push_back(m_noneType);
 
   57   m_jsonType = 
new EnumType(0, 
"JsonTemplate", 
this);
 
   58   m_enums.push_back(m_jsonType);
 
virtual EnumType * getJsonType() const 
Returns value that represents json type belonging to enumeration. 
 
virtual void init()
Reimplemented from AbstractEnum. 
 
virtual ~EnumTemplateType()
Destructor. 
 
EnumTemplateType()
Constructor. 
 
Class that represents the value of an enumeration. An enumeration is made of "1..n" objects EnumType...
 
Class to represent a scale type enumeration. Ex.: hollow scale bar, etc. 
 
virtual EnumType * getNoneType() const 
Returns value that represents none type belonging to enumeration.