Uses of Class
net.opengis.gml311.QueryGrammarEnumeration
-
Packages that use QueryGrammarEnumeration Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of QueryGrammarEnumeration in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type QueryGrammarEnumeration Modifier and Type Field Description static List<QueryGrammarEnumeration>
QueryGrammarEnumeration. VALUES
A public read-only list of all the 'Query Grammar Enumeration' enumerators.Methods in net.opengis.gml311 that return QueryGrammarEnumeration Modifier and Type Method Description static QueryGrammarEnumeration
QueryGrammarEnumeration. get(int value)
Returns the 'Query Grammar Enumeration' literal with the specified integer value.static QueryGrammarEnumeration
QueryGrammarEnumeration. get(String literal)
Returns the 'Query Grammar Enumeration' literal with the specified literal value.static QueryGrammarEnumeration
QueryGrammarEnumeration. getByName(String name)
Returns the 'Query Grammar Enumeration' literal with the specified name.QueryGrammarEnumeration
FeatureStyleType. getQueryGrammar()
Returns the value of the 'Query Grammar' attribute.static QueryGrammarEnumeration
QueryGrammarEnumeration. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryGrammarEnumeration[]
QueryGrammarEnumeration. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type QueryGrammarEnumeration Modifier and Type Method Description void
FeatureStyleType. setQueryGrammar(QueryGrammarEnumeration value)
Sets the value of the 'Query Grammar
' attribute. -
Uses of QueryGrammarEnumeration in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as QueryGrammarEnumeration Modifier and Type Field Description protected static QueryGrammarEnumeration
FeatureStyleTypeImpl. QUERY_GRAMMAR_EDEFAULT
The default value of the 'Query Grammar
' attribute.protected QueryGrammarEnumeration
FeatureStyleTypeImpl. queryGrammar
The cached value of the 'Query Grammar
' attribute.Methods in net.opengis.gml311.impl that return QueryGrammarEnumeration Modifier and Type Method Description QueryGrammarEnumeration
Gml311FactoryImpl. createQueryGrammarEnumerationFromString(EDataType eDataType, String initialValue)
QueryGrammarEnumeration
Gml311FactoryImpl. createQueryGrammarEnumerationObjectFromString(EDataType eDataType, String initialValue)
QueryGrammarEnumeration
FeatureStyleTypeImpl. getQueryGrammar()
Methods in net.opengis.gml311.impl with parameters of type QueryGrammarEnumeration Modifier and Type Method Description void
FeatureStyleTypeImpl. setQueryGrammar(QueryGrammarEnumeration newQueryGrammar)
-
Uses of QueryGrammarEnumeration in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type QueryGrammarEnumeration Modifier and Type Method Description boolean
Gml311Validator. validateQueryGrammarEnumeration(QueryGrammarEnumeration queryGrammarEnumeration, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateQueryGrammarEnumerationObject(QueryGrammarEnumeration queryGrammarEnumerationObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-