26 #ifndef __TERRALIB_PROCESS_INTERNAL_PARAMETERVALUE_H 27 #define __TERRALIB_PROCESS_INTERNAL_PARAMETERVALUE_H 32 #include "../common/AbstractFactory.h" 60 virtual int getDataType()
const;
66 virtual std::string toString()
const = 0;
69 virtual void fromString(
const std::string& strValue) = 0;
103 #endif // __TERRALIB_PROCESS_INTERNAL_PARAMETERVALUE_H Configuration flags for TerraLib Process.
This class defines the interface of abstract factories without initializing parameters.
TEPROCESSEXPORT ParameterValue * CreateParameterValue(int dataType)
int m_dataType
The data type of the parameter value.
Wrapper function used to create taks. Used to avoid C++ to create multiple instances of the factory s...