Interface IValue<V>

Type Parameters:
V - is the type of the value of a IValue.
All Superinterfaces:
EmptinessRequestable, IBaseValue, INameHolder, IProperty, MaterializationRequestable
All Known Implementing Classes:
Value

public interface IValue<V> extends IBaseValue
Author:
Silvan Wyss
  • Method Details

    • getStoredValue

      V getStoredValue()
      Returns:
      the value of the current IValue.
    • setValue

      void setValue(V value)
      Sets the given value to the current IValue.
      Parameters:
      value -
      Throws:
      RuntimeException - if the given value is null.