Class OptionalValueProperty<V>

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

public final class OptionalValueProperty<V> extends AbstractValueProperty<V> implements IOptionalValueProperty<V>
Author:
Silvan Wyss