TaskParameterValue
The data types for the task parameters.
Inheritors
Types
A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.
A double precision IEEE-754 floating point number represented as a string.
A signed integer represented as a string.
A file system path represented as a string.
A UTF-8 string.
Functions
Casts this TaskParameterValue as a ChunkInt and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a ChunkInt.
Casts this TaskParameterValue as a ChunkInt and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a ChunkInt.
Casts this TaskParameterValue as a Float and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a Float.
Casts this TaskParameterValue as a Float and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a Float.
Casts this TaskParameterValue as a Int and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a Int.
Casts this TaskParameterValue as a Int and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a Int.
Casts this TaskParameterValue as a Path and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a Path.
Casts this TaskParameterValue as a Path and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a Path.
Casts this TaskParameterValue as a String and retrieves its kotlin.String value. Throws an exception if the TaskParameterValue is not a String.
Casts this TaskParameterValue as a String and retrieves its kotlin.String value. Returns null if the TaskParameterValue is not a String.