AbstractPropertySet
abstract class AbstractPropertySet<T, S : MutableSet<T>>(name: String, value: S, description: String? = null, fixedValues: MutableSet<S> = mutableSetOf<S>(), readOnly: Boolean = false) : AbstractPropertyMultiValued<T, S> , MutableSet<T> (source)
SuperClass for property as lists.