ParameterValue
An object that includes the data type of a security control parameter and its current value.
Inheritors
Types
A control parameter that is a boolean.
A control parameter that is a double.
A control parameter that is an enum.
A control parameter that is a list of enums.
A control parameter that is an integer.
A control parameter that is a list of integers.
A control parameter that is a string.
A control parameter that is a list of strings.
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.