Class ForwardingProperty<S extends Enum<S>, V>

java.lang.Object
ch.nolix.system.element.multistateconfiguration.AbstractProperty<S>
ch.nolix.system.element.multistateconfiguration.ForwardingProperty<S,V>
Type Parameters:
S - is the type of the states of a ForwardingProperty.
V - is the type of the values of a ForwardingProperty.
All Implemented Interfaces:
INameHolder

public final class ForwardingProperty<S extends Enum<S>, V> extends AbstractProperty<S>
Author:
Silvan Wyss