Class BaseDataLevelBucketProperty

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: ItemProperty
        Returns the name of the item property (required).
        Specified by:
        getName in interface ItemProperty
        Returns:
        the property name
      • getValue

        public String getValue()
        Description copied from interface: ItemProperty
        Returns the value attribute of the item property. Only java.lang.String values are allowed for this attribute.
        Specified by:
        getValue in interface ItemProperty
        Returns:
        the value attribute
      • getValueExpression

        public JRExpression getValueExpression()
        Description copied from interface: ItemProperty
        Returns a JRExpression representing the value object for the item property. If present, it overrides the value given by the value attribute.
        Specified by:
        getValueExpression in interface ItemProperty
        Returns:
        the value expression