Interface PropertyValues

    • Method Detail

      • getPropertyValue

        PropertyValue getPropertyValue​(String propertyName)
        Return the property value with the given name, if any.
        Parameters:
        propertyName - the name to search for
        Returns:
        the property value, or null
      • contains

        boolean contains​(String propertyName)
        Is there a property value (or other processing entry) for this property?
        Parameters:
        propertyName - the name of the property we're interested in
        Returns:
        whether there is a property value for this property
      • isEmpty

        boolean isEmpty()
        Does this holder not contain any PropertyValue objects at all?