Interface Item

  • All Superinterfaces:
    java.lang.Cloneable, JRCloneable

    public interface Item
    extends JRCloneable
    Deprecated.
    Replaced by Item.
    The Item interface. Provides a collection of item properties.
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Method Detail

      • getProperties

        java.util.List<ItemProperty> getProperties()
        Deprecated.
        Returns a list of ItemProperty objects. Each item property provides a name-value pair.
        Returns:
        a list of item properties
        See Also:
        ItemProperty