Interface IValueHolder<V>

Type Parameters:
V - is the type of the value of a IValueHolder.
All Known Subinterfaces:
IFluentMutableValueHolder<H,V>, IMutableValueHolder<V>, IXmlAttribute
All Known Implementing Classes:
XmlAttribute

public interface IValueHolder<V>
A IValueHolder contains a value.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getStoredValue

      V getStoredValue()
      Returns:
      the value of the current IValueHolder.