Interface IFluentMutableOptionalValueHolder<H extends IFluentMutableOptionalValueHolder<H,V>, V>

Type Parameters:
H - is the type of a IFluentMutableOptionalValueHolder.
V - is the type of the value of a IFluentMutableOptionalValueHolder.
All Superinterfaces:
IOptionalValueHolder<V>
All Known Subinterfaces:
IMutableXmlNode
All Known Implementing Classes:
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.
Author:
Silvan Wyss