Uses of Class
org.n52.svalbard.odata.grammar.STAQueryOptionsGrammar.SystemQueryOptionContext
-
Packages that use STAQueryOptionsGrammar.SystemQueryOptionContext Package Description org.n52.svalbard.odata.core org.n52.svalbard.odata.grammar -
-
Uses of STAQueryOptionsGrammar.SystemQueryOptionContext in org.n52.svalbard.odata.core
Methods in org.n52.svalbard.odata.core with parameters of type STAQueryOptionsGrammar.SystemQueryOptionContext Modifier and Type Method Description FilterClauseSTAQueryOptionVisitor. visitSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx) -
Uses of STAQueryOptionsGrammar.SystemQueryOptionContext in org.n52.svalbard.odata.grammar
Methods in org.n52.svalbard.odata.grammar that return STAQueryOptionsGrammar.SystemQueryOptionContext Modifier and Type Method Description STAQueryOptionsGrammar.SystemQueryOptionContextSTAQueryOptionsGrammar.ExpandItemContext. systemQueryOption(int i)STAQueryOptionsGrammar.SystemQueryOptionContextSTAQueryOptionsGrammar.QueryOptionsContext. systemQueryOption(int i)STAQueryOptionsGrammar.SystemQueryOptionContextSTAQueryOptionsGrammar. systemQueryOption()Methods in org.n52.svalbard.odata.grammar that return types with arguments of type STAQueryOptionsGrammar.SystemQueryOptionContext Modifier and Type Method Description List<STAQueryOptionsGrammar.SystemQueryOptionContext>STAQueryOptionsGrammar.ExpandItemContext. systemQueryOption()List<STAQueryOptionsGrammar.SystemQueryOptionContext>STAQueryOptionsGrammar.QueryOptionsContext. systemQueryOption()
-