Class AbstractValueProperty<V>

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

public abstract class AbstractValueProperty<V> extends Object implements BaseValueProperty
Author:
Silvan Wyss