Interface Property

    • Method Detail

      • getValue

        Object getValue()
        Retrieves the value of this Property.
        Returns:
        an object representing the value of this Property
      • formattedOutput

        default String formattedOutput()
        Formats the value so that it is suitable for output using the GUI or console.
        Returns:
        a formatted String representing the value
      • getDescriptor

        String getDescriptor​(boolean addHtmlTags)
        Creates a String to describe this property (often used in GUI applications).
        Parameters:
        addHtmlTags - if true, adds the 'html' tags at both ends of the descriptor String.
        Returns:
        a String, with or without 'html' tags, describing this Property
      • attemptUpdate

        boolean attemptUpdate​(Object value)
      • identifier

        default Object identifier()