Class MultiValueProperty<V>

java.lang.Object
ch.nolix.system.element.valueproperty.AbstractValueProperty<V>
ch.nolix.system.element.valueproperty.MultiValueProperty<V>
Type Parameters:
V - the type of the values of a MultiValueProperty.
All Implemented Interfaces:
NameHolder, Clearable, EmptinessRequestable, MaterializationRequestable, Property, BaseValueProperty, IMultiValueProperty<V>

public final class MultiValueProperty<V> extends AbstractValueProperty<V> implements IMultiValueProperty<V>
Author:
Silvan Wyss