Class AbstractMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>>

java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.multistateconfiguration.AbstractMultiStateConfiguration<C,S>
Type Parameters:
C - is the type of a AbstractMultiStateConfiguration.
S - is the type of the Enum representation of the States of a AbstractMultiStateConfiguration.
All Implemented Interfaces:
Resettable, IElement, IMultiStateConfiguration<C,S>, IMutableElement, IRespondingMutableElement<C>
Direct Known Subclasses:
AbstractControlStyle

public abstract class AbstractMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>> extends AbstractElement implements IMultiStateConfiguration<C,S>
Author:
Silvan Wyss