Boolean
A control parameter that is a boolean.
Inherited functions
Casts this ParameterValue as a Boolean and retrieves its kotlin.Boolean value. Throws an exception if the ParameterValue is not a Boolean.
Casts this ParameterValue as a Boolean and retrieves its kotlin.Boolean value. Returns null if the ParameterValue is not a Boolean.
Casts this ParameterValue as a Double and retrieves its kotlin.Double value. Throws an exception if the ParameterValue is not a Double.
Casts this ParameterValue as a Double and retrieves its kotlin.Double value. Returns null if the ParameterValue is not a Double.
Casts this ParameterValue as a Enum and retrieves its kotlin.String value. Throws an exception if the ParameterValue is not a Enum.
Casts this ParameterValue as a EnumList and retrieves its List
Casts this ParameterValue as a EnumList and retrieves its List
Casts this ParameterValue as a Enum and retrieves its kotlin.String value. Returns null if the ParameterValue is not a Enum.
Casts this ParameterValue as a Integer and retrieves its kotlin.Int value. Throws an exception if the ParameterValue is not a Integer.
Casts this ParameterValue as a IntegerList and retrieves its List
Casts this ParameterValue as a IntegerList and retrieves its List
Casts this ParameterValue as a Integer and retrieves its kotlin.Int value. Returns null if the ParameterValue is not a Integer.
Casts this ParameterValue as a String and retrieves its kotlin.String value. Throws an exception if the ParameterValue is not a String.
Casts this ParameterValue as a StringList and retrieves its List
Casts this ParameterValue as a StringList and retrieves its List
Casts this ParameterValue as a String and retrieves its kotlin.String value. Returns null if the ParameterValue is not a String.