getValues

abstract var getValues: List<Value>

Setter/Getter in order to set/get a List of Values of the property. If the given List has a smaller size than the actual invocation the last value of the list is used for any further invocation.

Throws

NullPointerException

on get if no value was set.

if the given List is empty.