public static enum ParameterValue.DataType extends java.lang.Enum<ParameterValue.DataType>
Enum Constant and Description |
---|
GP_BOOLEAN |
GP_DATA_FILE |
GP_DATE |
GP_DOUBLE |
GP_FEATURE_RECORD_SET_LAYER |
GP_LINEAR_UNIT |
GP_LONG |
GP_MULTI_VALUE |
GP_RASTER_DATA |
GP_RASTER_DATA_LAYER |
GP_RECORD_SET |
GP_STRING |
NOT_SET |
Modifier and Type | Method and Description |
---|---|
static ParameterValue.DataType |
get(java.lang.String dt) |
java.lang.String |
getValue() |
static ParameterValue.DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterValue.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterValue.DataType NOT_SET
public static final ParameterValue.DataType GP_STRING
public static final ParameterValue.DataType GP_DOUBLE
public static final ParameterValue.DataType GP_LONG
public static final ParameterValue.DataType GP_BOOLEAN
public static final ParameterValue.DataType GP_DATE
public static final ParameterValue.DataType GP_LINEAR_UNIT
public static final ParameterValue.DataType GP_DATA_FILE
public static final ParameterValue.DataType GP_RASTER_DATA
public static final ParameterValue.DataType GP_RECORD_SET
public static final ParameterValue.DataType GP_RASTER_DATA_LAYER
public static final ParameterValue.DataType GP_FEATURE_RECORD_SET_LAYER
public static final ParameterValue.DataType GP_MULTI_VALUE
public static ParameterValue.DataType[] values()
for (ParameterValue.DataType c : ParameterValue.DataType.values()) System.out.println(c);
public static ParameterValue.DataType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static ParameterValue.DataType get(java.lang.String dt)