Uses of Interface
com.sun.syndication.feed.module.sle.types.EntryValue

Packages that use EntryValue
com.sun.syndication.feed.module.sle This is a module that supports the Microsoft Simple List Extensions. 
com.sun.syndication.feed.module.sle.types This package contains classes used with the SimpleListExtension module and the SLEEntry. 
 

Uses of EntryValue in com.sun.syndication.feed.module.sle
 

Methods in com.sun.syndication.feed.module.sle that return EntryValue
 EntryValue SleEntryImpl.getGroupByElement(Group element)
           
 EntryValue SleEntry.getGroupByElement(Group element)
          Returns an EntryValue for the given element name.
 EntryValue[] SleEntryImpl.getGroupValues()
           
 EntryValue[] SleEntry.getGroupValues()
          An array of EntryValue objects that correspond to the grouping for the feed.
 EntryValue SleEntryImpl.getSortByElement(Sort element)
           
 EntryValue SleEntry.getSortByElement(Sort element)
          Returns an EntryValue for the given element name.
 EntryValue[] SleEntryImpl.getSortValues()
           
 EntryValue[] SleEntry.getSortValues()
          Returns an array of EntryValues for the fields declared in the heading.
 

Methods in com.sun.syndication.feed.module.sle with parameters of type EntryValue
 void SleEntryImpl.setGroupValues(EntryValue[] groupValues)
           
 void SleEntryImpl.setSortValues(EntryValue[] sortValues)
           
 

Uses of EntryValue in com.sun.syndication.feed.module.sle.types
 

Classes in com.sun.syndication.feed.module.sle.types that implement EntryValue
 class DateValue
          An EntryValue implementation representing a "date" data-type.
 class NumberValue
          An EntryValue implementation for "number" data-type values.
 class StringValue
          An EntryValue implementation for "text" data-types.
 



Copyright © 2006-2009. All Rights Reserved.