AbstractPropertyMultiValued
abstract class AbstractPropertyMultiValued<T, C : MutableCollection<T>>(val name: String, val value: C, val description: String? = null, val fixedValues: Set<C> = emptySet(), val readOnly: Boolean = false) : Property<C> , MutableCollection<T> (source)
Super class to work with multivalued properties.