Package com.sun.syndication.feed.module.sle.types

This package contains classes used with the SimpleListExtension module and the SLEEntry.

See:
          Description

Interface Summary
EntryValue An interface that parents data types for sorting and grouping.
 

Class Summary
DateValue An EntryValue implementation representing a "date" data-type.
Group The cf:group element is intended to inform the client that the property to which it refers is one that is “groupableâ€? – that is, that the client should provide a user interface that allows the user to group or filter on the values of that property.
NumberValue An EntryValue implementation for "number" data-type values.
Sort The cf:sort element is intended to inform the client that the property to which it refers is one that is “sortable� – that is, that the client should provide a user interface that allows the user to sort on that property.
StringValue An EntryValue implementation for "text" data-types.
 

Package com.sun.syndication.feed.module.sle.types Description

This package contains classes used with the SimpleListExtension module and the SLEEntry. Pay closest attention to the Group and Sort classes if you want to generate feeds.



Copyright © 2006-2009. All Rights Reserved.