Class NFPropertyRef<T,​U>

  • All Implemented Interfaces:
    INFProperty<T,​U>

    public class NFPropertyRef<T,​U>
    extends AbstractNFProperty<T,​U>
    Property reference. Delegates calls to the real property source.
    • Field Detail

      • method

        protected jadex.commons.MethodInfo method
        The method.
    • Method Detail

      • getValue

        public jadex.commons.future.IFuture<T> getValue​(U unit)
        Returns the current value of the property, performs unit conversion if necessary.
        Parameters:
        type - Type of the value.
        unit - Unit of the returned value.
        Returns:
        The current value of the property.