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