Interface ValueHolder<V>

Type Parameters:
V - the type of the value of a ValueHolder
All Known Subinterfaces:
FluentMutableValueHolder<H,V>, IXmlAttribute, MutableValueHolder<V>
All Known Implementing Classes:
XmlAttribute

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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getStoredValue

      V getStoredValue()
      Returns:
      the value of the current ValueHolder