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);
#define SALOMEDSIMPL_EXPORT
Definition: SALOMEDSImpl_Defines.hxx:34
Definition: SALOMEDSImpl_GenericVariable.hxx:34
std::string _name
Definition: SALOMEDSImpl_GenericVariable.hxx:61
VariableTypes
Definition: SALOMEDSImpl_GenericVariable.hxx:38
@ BOOLEAN_VAR
Definition: SALOMEDSImpl_GenericVariable.hxx:38
VariableTypes _type
Definition: SALOMEDSImpl_GenericVariable.hxx:60