Uses of Class
com.graphdbapi.driver.internal.search.SearchOrder.OrderBy
-
Packages that use SearchOrder.OrderBy Package Description com.graphdbapi.driver.internal.search -
-
Uses of SearchOrder.OrderBy in com.graphdbapi.driver.internal.search
Methods in com.graphdbapi.driver.internal.search that return SearchOrder.OrderBy Modifier and Type Method Description SearchOrder.OrderBy
SearchOrder. getOrder()
获取排序方式static SearchOrder.OrderBy
SearchOrder.OrderBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchOrder.OrderBy[]
SearchOrder.OrderBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.graphdbapi.driver.internal.search with parameters of type SearchOrder.OrderBy Constructor Description SearchOrder(String property, SearchOrder.OrderBy order)
-