Class StandardMarkerProperty

    • Constructor Detail

      • StandardMarkerProperty

        public StandardMarkerProperty()
        Deprecated.
      • StandardMarkerProperty

        public StandardMarkerProperty​(String name,
                                      String value,
                                      JRExpression valueExpression)
        Deprecated.
    • Method Detail

      • getName

        public 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​(String name)
        Deprecated.
      • getValue

        public 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​(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.