Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static ParameterValue.DataType |
ParameterValue.DataType.get(java.lang.String dt) |
ParameterValue.DataType |
ParameterValue.getDataType()
Specifies the type of data for the parameter.
|
static ParameterValue.DataType |
ParameterValue.DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterValue.DataType[] |
ParameterValue.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|