接口 PropertyValues

    • 方法详细资料

      • getPropertyValue

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

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

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