Uses of Enum Class
net.opengis.gml311.QueryGrammarEnumeration
Packages that use QueryGrammarEnumeration
-
Uses of QueryGrammarEnumeration in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type QueryGrammarEnumerationModifier and TypeFieldDescriptionstatic final List<QueryGrammarEnumeration>
QueryGrammarEnumeration.VALUES
A public read-only list of all the 'Query Grammar Enumeration' enumerators.Methods in net.opengis.gml311 that return QueryGrammarEnumerationModifier and TypeMethodDescriptionstatic QueryGrammarEnumeration
QueryGrammarEnumeration.get
(int value) Returns the 'Query Grammar Enumeration' literal with the specified integer value.static QueryGrammarEnumeration
Returns the 'Query Grammar Enumeration' literal with the specified literal value.static QueryGrammarEnumeration
Returns the 'Query Grammar Enumeration' literal with the specified name.FeatureStyleType.getQueryGrammar()
Returns the value of the 'Query Grammar' attribute.static QueryGrammarEnumeration
Returns the enum constant of this class with the specified name.static QueryGrammarEnumeration[]
QueryGrammarEnumeration.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type QueryGrammarEnumerationModifier and TypeMethodDescriptionvoid
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 QueryGrammarEnumerationModifier and TypeFieldDescriptionprotected static final 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 QueryGrammarEnumerationModifier and TypeMethodDescriptionGml311FactoryImpl.createQueryGrammarEnumerationFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createQueryGrammarEnumerationObjectFromString
(EDataType eDataType, String initialValue) FeatureStyleTypeImpl.getQueryGrammar()
Methods in net.opengis.gml311.impl with parameters of type QueryGrammarEnumerationModifier and TypeMethodDescriptionvoid
FeatureStyleTypeImpl.setQueryGrammar
(QueryGrammarEnumeration newQueryGrammar) -
Uses of QueryGrammarEnumeration in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type QueryGrammarEnumerationModifier and TypeMethodDescriptionboolean
Gml311Validator.validateQueryGrammarEnumeration
(QueryGrammarEnumeration queryGrammarEnumeration, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateQueryGrammarEnumerationObject
(QueryGrammarEnumeration queryGrammarEnumerationObject, DiagnosticChain diagnostics, Map<Object, Object> context)