Interface IValueHolder<V>
- Type Parameters:
V- is the type of the value of aIValueHolder.
- All Known Subinterfaces:
IFluentMutableValueHolder<H,V>, IMutableValueHolder<V>, IXmlAttribute
- All Known Implementing Classes:
XmlAttribute
-
Method Summary
-
Method Details
-
getStoredValue
V getStoredValue()- Returns:
- the value of the current
IValueHolder.
-