Interface PropertyAccessor

    • Method Detail

      • getValue

        Object getValue()
        The strategy to get a value.
        Returns:
        The value got.
      • setValue

        void setValue​(Object value)
        The strategy to set a value.
        Parameters:
        value - The value to be set.