24 #ifndef _GENERICIMPL_VARIABLE_HXX_
25 #define _GENERICIMPL_VARIABLE_HXX_
43 VariableTypes Type()
const;
45 std::string Name()
const;
47 static VariableTypes String2VariableType(
const std::string& theStrType);
49 bool setType(
const VariableTypes theType);
51 bool setName(
const std::string& theName);
53 virtual std::string Save()
const;
54 virtual std::string SaveToScript()
const;
55 virtual std::string SaveType()
const;
57 virtual void Load(
const std::string& theStrValue);
64 #endif //_GENERICIMPL_VARIABLE_HXX_