Interface PropertyValue<T>

Type Parameters:
T - the value type
All Superinterfaces:
Observable<T>, Observer<T>, Value<T>

public interface PropertyValue<T> extends Value<T>
A Value associated with a named property.
  • Method Details

    • propertyName

      String propertyName()
      Returns:
      the name of the property this value represents
    • remove

      void remove()
      Sets this value to null as well as removing it from the underlying store and clearing the system property.