public static enum FacetRequest.SortDirection extends Enum<FacetRequest.SortDirection>
Modifier and Type | Method and Description |
---|---|
static FacetRequest.SortDirection |
fromObj(Object direction) |
int |
getMultiplier() |
static FacetRequest.SortDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetRequest.SortDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetRequest.SortDirection asc
public static final FacetRequest.SortDirection desc
public static FacetRequest.SortDirection[] values()
for (FacetRequest.SortDirection c : FacetRequest.SortDirection.values()) System.out.println(c);
public static FacetRequest.SortDirection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static FacetRequest.SortDirection fromObj(Object direction)
public int getMultiplier()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.