Interface ItemProperty

    • Method Detail

      • getName

        String getName()
        Deprecated.
        Returns the name of the item property (required).
        Returns:
        the property name
      • getValue

        String getValue()
        Deprecated.
        Returns the value attribute of the item property. Only java.lang.String values are allowed for this attribute.
        Returns:
        the value attribute
      • getValueExpression

        JRExpression getValueExpression()
        Deprecated.
        Returns a JRExpression representing the value object for the item property. If present, it overrides the value given by the value attribute.
        Returns:
        the value expression