Interface ValueHolder<V>
- Type Parameters:
V- the type of the value of aValueHolder
- All Known Subinterfaces:
FluentMutableValueHolder<H,V>, IXmlAttribute, MutableValueHolder<V>
- All Known Implementing Classes:
XmlAttribute
-
Method Summary
-
Method Details
-
getStoredValue
V getStoredValue()- Returns:
- the value of the current
ValueHolder
-