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.
|
Modifier and Type | Method and Description |
---|---|
EntryValue |
SleEntry.getGroupByElement(Group element)
Returns an EntryValue for the given element name.
|
EntryValue |
SleEntryImpl.getGroupByElement(Group element) |
EntryValue[] |
SleEntry.getGroupValues()
An array of EntryValue objects that correspond to the grouping for the feed.
|
EntryValue[] |
SleEntryImpl.getGroupValues() |
EntryValue |
SleEntry.getSortByElement(Sort element)
Returns an EntryValue for the given element name.
|
EntryValue |
SleEntryImpl.getSortByElement(Sort element) |
EntryValue[] |
SleEntry.getSortValues()
Returns an array of EntryValues for the fields declared in the heading.
|
EntryValue[] |
SleEntryImpl.getSortValues() |
Modifier and Type | Method and Description |
---|---|
void |
SleEntryImpl.setGroupValues(EntryValue[] groupValues) |
void |
SleEntryImpl.setSortValues(EntryValue[] sortValues) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
DateValue.compareTo(EntryValue other) |
int |
NumberValue.compareTo(EntryValue other) |
int |
StringValue.compareTo(EntryValue other) |
Copyright © 2022. All rights reserved.