Uses of Interface
com.rometools.modules.sle.types.EntryValue
-
Packages that use EntryValue Package Description com.rometools.modules.sle This is a module that supports the Microsoft Simple List Extensions.com.rometools.modules.sle.types This package contains classes used with the SimpleListExtension module and the SLEEntry. -
-
Uses of EntryValue in com.rometools.modules.sle
Methods in com.rometools.modules.sle that return EntryValue Modifier and Type Method Description EntryValueSleEntry. getGroupByElement(Group element)Returns an EntryValue for the given element name.EntryValueSleEntryImpl. getGroupByElement(Group element)EntryValue[]SleEntry. getGroupValues()An array of EntryValue objects that correspond to the grouping for the feed.EntryValue[]SleEntryImpl. getGroupValues()EntryValueSleEntry. getSortByElement(Sort element)Returns an EntryValue for the given element name.EntryValueSleEntryImpl. getSortByElement(Sort element)EntryValue[]SleEntry. getSortValues()Returns an array of EntryValues for the fields declared in the heading.EntryValue[]SleEntryImpl. getSortValues()Methods in com.rometools.modules.sle with parameters of type EntryValue Modifier and Type Method Description voidSleEntryImpl. setGroupValues(EntryValue[] groupValues)voidSleEntryImpl. setSortValues(EntryValue[] sortValues) -
Uses of EntryValue in com.rometools.modules.sle.types
Classes in com.rometools.modules.sle.types that implement EntryValue Modifier and Type Class Description classDateValueAn EntryValue implementation representing a "date" data-type.classNumberValueAn EntryValue implementation for "number" data-type values.classStringValueAn EntryValue implementation for "text" data-types.Methods in com.rometools.modules.sle.types with parameters of type EntryValue Modifier and Type Method Description intDateValue. compareTo(EntryValue other)intNumberValue. compareTo(EntryValue other)intStringValue. compareTo(EntryValue other)
-