Interface IValueProperty<V>

Type Parameters:
V - the type of the value of a IValueProperty.
All Superinterfaces:
BaseValueProperty, EmptinessRequestable, MaterializationRequestable, NameHolder, Property
All Known Implementing Classes:
ValueProperty

public interface IValueProperty<V> extends BaseValueProperty
Author:
Silvan Wyss
  • Method Details

    • getStoredValue

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

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