public class ParameterValue
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
ParameterValue.DataType |
Modifier and Type | Method and Description |
---|---|
ParameterValue.DataType |
getDataType()
Specifies the type of data for the parameter.
|
java.lang.String |
getParamName()
Unique name of the parameter.
|
com.google.gwt.core.client.JavaScriptObject |
getValue()
The value of the parameter.
|
boolean |
getValueGPBoolean() |
DataFile |
getValueGPDataFile() |
Date |
getValueGPDate() |
double |
getValueGPDouble() |
FeatureSet |
getValueGPFeatureRecordSetLayer() |
FeatureSet |
getValueGPFeatureSet() |
LinearUnit |
getValueGPLinearUnit() |
float |
getValueGPLong() |
com.google.gwt.core.client.JsArrayString |
getValueGPMultiValue() |
RasterData |
getValueGPRasterData() |
RasterData |
getValueGPRasterDataLayer() |
java.lang.String |
getValueGPString() |
public final ParameterValue.DataType getDataType()
public final java.lang.String getParamName()
public final com.google.gwt.core.client.JavaScriptObject getValue()
public final java.lang.String getValueGPString()
public final double getValueGPDouble()
public final float getValueGPLong()
public final boolean getValueGPBoolean()
public final Date getValueGPDate()
public final LinearUnit getValueGPLinearUnit()
public final DataFile getValueGPDataFile()
public final RasterData getValueGPRasterData()
public final FeatureSet getValueGPFeatureSet()
public final RasterData getValueGPRasterDataLayer()
public final FeatureSet getValueGPFeatureRecordSetLayer()
public final com.google.gwt.core.client.JsArrayString getValueGPMultiValue()