Schnittstelle IFluentMutableOptionalValueHolder<H extends IFluentMutableOptionalValueHolder<H,V>, V>

Typparameter:
H - is the type of a IFluentMutableOptionalValueHolder.
V - is the type of the value of a IFluentMutableOptionalValueHolder.
Alle Superschnittstellen:
IOptionalValueHolder<V>
Alle bekannten Unterschnittstellen:
IMutableXmlNode
Alle bekannten Implementierungsklassen:
MutableXmlNode

public interface IFluentMutableOptionalValueHolder<H extends IFluentMutableOptionalValueHolder<H,V>, V> extends IOptionalValueHolder<V>
A IFluentMutableOptionalValueHolder is a IOptionalValueHolder whose value can be set and removed programmatically and fluently.
Autor:
Silvan Wyss