| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.FacetSort | |
Java class for FacetSort.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FacetSort">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="FREQUENCY"/>
<enumeration value="VALUE_ASCENDING"/>
<enumeration value="VALUE_DESCENDING"/>
<enumeration value="NONE"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FacetSort | FREQUENCY | ||||||||||
| FacetSort | NONE | ||||||||||
| FacetSort | VALUE_ASCENDING | ||||||||||
| FacetSort | VALUE_DESCENDING | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||