Package | Description |
---|---|
edu.ucdavis.cstars.client.arcgis |
Modifier and Type | Method and Description |
---|---|
static PortalQueryParams.SortField |
PortalQueryParams.SortField.get(java.lang.String sf) |
PortalQueryParams.SortField[] |
PortalQueryParams.getSortField()
A list of field(s) to sort by.
|
static PortalQueryParams.SortField |
PortalQueryParams.SortField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalQueryParams.SortField[] |
PortalQueryParams.SortField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PortalQueryParams.setSortField(PortalQueryParams.SortField[] sortField)
Set the sort field parameter.
|