Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.QueryBody.SortOrder
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of QueryBody.SortOrder in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return QueryBody.SortOrder Modifier and Type Method Description QueryBody.SortOrder
QueryBody.OrderCondition. getSortOrder()
static QueryBody.SortOrder
QueryBody.SortOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryBody.SortOrder[]
QueryBody.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type QueryBody.SortOrder Constructor Description OrderCondition(QueryBody.SortOrder first, Expression second)