Package com.rometools.modules.sle.types
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.
-
Interface Summary Interface Description EntryValue An interface that parents data types for sorting and grouping. -
Class Summary Class Description DateValue An EntryValue implementation representing a "date" data-type.Group Thecf:groupelement 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 Thecf:sortelement 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.