Klasse CascadingProperty<S extends Enum<S>, V>

Typparameter:
S - is the type of the states of a CascadingProperty.
V - is the type of the values of a CascadingProperty.
Alle implementierten Schnittstellen:
INameHolder

public final class CascadingProperty<S extends Enum<S>, V> extends AbstractMaterializedProperty<S,V>
Autor:
Silvan Wyss