Class AbstractValue<V>

java.lang.Object
ch.nolix.system.property.value.AbstractValue<V>
Type Parameters:
V - is the type of the values of a AbstractValue.
All Implemented Interfaces:
INameHolder, EmptinessRequestable, MaterializationRequestable, IProperty, IBaseValue
Direct Known Subclasses:
MultiValue, OptionalValue, Value

public abstract class AbstractValue<V> extends Object implements IBaseValue
Author:
Silvan Wyss