Uses of Class
org.n52.svalbard.odata.grammar.STAQueryOptionsGrammar.OrderbyItemContext
-
Packages that use STAQueryOptionsGrammar.OrderbyItemContext Package Description org.n52.svalbard.odata.core org.n52.svalbard.odata.grammar -
-
Uses of STAQueryOptionsGrammar.OrderbyItemContext in org.n52.svalbard.odata.core
Methods in org.n52.svalbard.odata.core with parameters of type STAQueryOptionsGrammar.OrderbyItemContext Modifier and Type Method Description OrderPropertySTAQueryOptionVisitor. visitOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx) -
Uses of STAQueryOptionsGrammar.OrderbyItemContext in org.n52.svalbard.odata.grammar
Methods in org.n52.svalbard.odata.grammar that return STAQueryOptionsGrammar.OrderbyItemContext Modifier and Type Method Description STAQueryOptionsGrammar.OrderbyItemContextSTAQueryOptionsGrammar.OrderbyContext. orderbyItem(int i)STAQueryOptionsGrammar.OrderbyItemContextSTAQueryOptionsGrammar. orderbyItem()Methods in org.n52.svalbard.odata.grammar that return types with arguments of type STAQueryOptionsGrammar.OrderbyItemContext Modifier and Type Method Description List<STAQueryOptionsGrammar.OrderbyItemContext>STAQueryOptionsGrammar.OrderbyContext. orderbyItem()
-