EmptyIfNotPositiveParameterDelegate

class EmptyIfNotPositiveParameterDelegate(paramXmlName: String) : ParameterDelegate<Int>

Constructors

Link copied to clipboard
fun EmptyIfNotPositiveParameterDelegate(paramXmlName: String)

Functions

Link copied to clipboard
open operator fun getValue(thisRef: Parametrized, property: KProperty<*>): Int?
Link copied to clipboard
open operator fun setValue(    thisRef: Parametrized,     property: KProperty<*>,     value: Int?)

Properties

Link copied to clipboard
val paramName: String