Class StandardItemProperty

    • Constructor Detail

      • StandardItemProperty

        public StandardItemProperty()
      • StandardItemProperty

        public StandardItemProperty​(java.lang.String name,
                                    java.lang.String value,
                                    JRExpression valueExpression)
    • Method Detail

      • getName

        public java.lang.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
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.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
      • setValue

        public void setValue​(java.lang.String value)
      • 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
      • setValueExpression

        public void setValueExpression​(JRExpression valueExpression)
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object