class ParameterSpecSelect : ParameterSpec
ParameterSpecSelect(label: String = "", description: String = "", display: ParameterDisplay = ParameterDisplay.NORMAL, readOnly: Boolean = false, allowMultiple: Boolean = false, valueSeparator: String = ",", options: List<Any>) |
val allowMultiple: Boolean |
|
val options: List<Any> |
|
val type: String |
|
val valueSeparator: String |
val description: String |
|
val display: ParameterDisplay |
|
val label: String |
|
val readOnly: Boolean |
fun toMap(): MutableMap<String, String> |
fun addReadOnly(map: MutableMap<String, String>): Unit |
|
open fun equals(other: Any?): Boolean |