Interface JRPropertiesHolder

    • Method Detail

      • hasProperties

        boolean hasProperties()
        Checks whether the object has any properties.
        Returns:
        whether the object has any properties
      • getPropertiesMap

        JRPropertiesMap getPropertiesMap()
        Returns this object's properties map.
        Returns:
        this object's properties map
      • getParentProperties

        JRPropertiesHolder getParentProperties()
        Returns the parent properties holder, whose properties are used as defaults for this object.
        Returns:
        the parent properties holder, or null if no parent