|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleListExtension
This is the primary module interface for the MS Simple List Extensions.
Field Summary | |
---|---|
static java.lang.String |
URI
"http://www.microsoft.com/schemas/rss/core/2005" |
Method Summary | |
---|---|
Group[] |
getGroupFields()
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. |
Sort[] |
getSortFields()
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. |
java.lang.String |
getTreatAs()
This XML element allows the publisher of a feed document to indicate to the consumers of the feed that the feed is intended to be consumed as a list. |
void |
setGroupFields(Group[] groupFields)
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. |
void |
setSortFields(Sort[] sortFields)
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. |
void |
setTreatAs(java.lang.String value)
This XML element allows the publisher of a feed document to indicate to the consumers of the feed that the feed is intended to be consumed as a list. |
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 java.lang.String URI
Method Detail |
---|
void setGroupFields(Group[] groupFields)
groupFields
- Array of types.Group objects.Group[] getGroupFields()
void setSortFields(Sort[] sortFields)
sortFields
- Array of types.Sort objectsSort[] getSortFields()
void setTreatAs(java.lang.String value)
value
- treatAs valuejava.lang.String getTreatAs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |