public interface SleEntry extends Module
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
A bogus namespace used for temporarily storing values during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyFrom, getInterfacestatic final String URI
EntryValue getGroupByElement(Group element)
element - element name to look forEntryValue[] getGroupValues()
EntryValue getSortByElement(Sort element)
element - element nameEntryValue[] getSortValues()
Copyright © 2021. All rights reserved.