Class SimpleValueNFProperty<T,​U>

    • Field Detail

      • value

        protected T value
        The current value.
    • Method Detail

      • getValue

        public IFuture<T> getValue​(U unit)
        Get the value converted by a unit.
        Parameters:
        unit - Unit of the returned value.
        Returns:
        The current value of the property.
      • setValue

        public void setValue​(T value)
        Set the value.
        Parameters:
        value - The value to set.
      • measureValue

        public abstract T measureValue()
        Measure the value.
      • getComponent

        public IInternalAccess getComponent()
        Get the component.
        Returns:
        The component.