A string input or output parameter. More...
Header: | #include <GeoprocessingString.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Esri::ArcGISRuntime::GeoprocessingParameter |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
GeoprocessingString(const QString &value, QObject *parent = nullptr) | |
GeoprocessingString(QObject *parent = nullptr) | |
virtual | ~GeoprocessingString() override |
void | setValue(const QString &value) |
QString | value() const |
Detailed Description
Corresponds to GPString parameter type on the service.
Member Function Documentation
GeoprocessingString::GeoprocessingString (const QString &value, QObject *parent = nullptr)
Constructor that accepts a string value and an optional parent object.
GeoprocessingString::GeoprocessingString (QObject *parent = nullptr)
Constructor that accepts an optional parent object.
[override virtual]
GeoprocessingString::~GeoprocessingString ()
Destructor.
void GeoprocessingString::setValue (const QString &value)
Sets the string value to value.
See also value().
QString GeoprocessingString::value() const
Returns the string value.
See also setValue().