Interface FluentMutableOptionalValueHolder<H extends FluentMutableOptionalValueHolder<H,V>, V>

Type Parameters:
H - the type of a FluentMutableOptionalValueHolder
V - the type of the value of a FluentMutableOptionalValueHolder
All Superinterfaces:
OptionalValueHolder<V>
All Known Subinterfaces:
IMutableXmlNode
All Known Implementing Classes:
MutableXmlNode

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