|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SleEntry
This is a parse only module that holds the values of enternal fields declared in the SLE module. These will not be persisted on an output() call, nor will changing a value here change a value in another module or a foreign markup tag.
Field Summary | |
---|---|
static String |
URI
A bogus namespace used for temporarily storing values during parsing. |
Method Summary | |
---|---|
EntryValue |
getGroupByElement(Group element)
Returns an EntryValue for the given element name. |
EntryValue[] |
getGroupValues()
An array of EntryValue objects that correspond to the grouping for the feed. |
EntryValue |
getSortByElement(Sort element)
Returns an EntryValue for the given element name. |
EntryValue[] |
getSortValues()
Returns an array of EntryValues for the fields declared in the heading. |
Methods inherited from interface com.sun.syndication.feed.module.Module |
---|
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
---|
copyFrom, getInterface |
Field Detail |
---|
static final String URI
Method Detail |
---|
EntryValue getGroupByElement(Group element)
element
- element name to look for
EntryValue[] getGroupValues()
EntryValue getSortByElement(Sort element)
element
- element name
EntryValue[] getSortValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |