Class StandardItemProperty

    • Field Detail

      • PROPERTY_NAME

        public static final java.lang.String PROPERTY_NAME
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTY_VALUE

        public static final java.lang.String PROPERTY_VALUE
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTY_VALUE_EXPRESSION

        public static final java.lang.String PROPERTY_VALUE_EXPRESSION
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StandardItemProperty

        public StandardItemProperty()
        Deprecated.
      • StandardItemProperty

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

      • getName

        public java.lang.String getName()
        Deprecated.
        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)
        Deprecated.
      • getValue

        public java.lang.String getValue()
        Deprecated.
        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)
        Deprecated.
      • getValueExpression

        public JRExpression getValueExpression()
        Deprecated.
        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)
        Deprecated.
      • clone

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