Uses of Enum Class
net.opengis.gml311.SymbolTypeEnumeration
Packages that use SymbolTypeEnumeration
-
Uses of SymbolTypeEnumeration in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SymbolTypeEnumerationModifier and TypeFieldDescriptionstatic final List<SymbolTypeEnumeration>
SymbolTypeEnumeration.VALUES
A public read-only list of all the 'Symbol Type Enumeration' enumerators.Methods in net.opengis.gml311 that return SymbolTypeEnumerationModifier and TypeMethodDescriptionstatic SymbolTypeEnumeration
SymbolTypeEnumeration.get
(int value) Returns the 'Symbol Type Enumeration' literal with the specified integer value.static SymbolTypeEnumeration
Returns the 'Symbol Type Enumeration' literal with the specified literal value.static SymbolTypeEnumeration
Returns the 'Symbol Type Enumeration' literal with the specified name.SymbolType.getSymbolType()
Returns the value of the 'Symbol Type' attribute.static SymbolTypeEnumeration
Returns the enum constant of this class with the specified name.static SymbolTypeEnumeration[]
SymbolTypeEnumeration.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 SymbolTypeEnumerationModifier and TypeMethodDescriptionvoid
SymbolType.setSymbolType
(SymbolTypeEnumeration value) Sets the value of the 'Symbol Type
' attribute. -
Uses of SymbolTypeEnumeration in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as SymbolTypeEnumerationModifier and TypeFieldDescriptionprotected static final SymbolTypeEnumeration
SymbolTypeImpl.SYMBOL_TYPE_EDEFAULT
The default value of the 'Symbol Type
' attribute.protected SymbolTypeEnumeration
SymbolTypeImpl.symbolType
The cached value of the 'Symbol Type
' attribute.Methods in net.opengis.gml311.impl that return SymbolTypeEnumerationModifier and TypeMethodDescriptionGml311FactoryImpl.createSymbolTypeEnumerationFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createSymbolTypeEnumerationObjectFromString
(EDataType eDataType, String initialValue) SymbolTypeImpl.getSymbolType()
Methods in net.opengis.gml311.impl with parameters of type SymbolTypeEnumerationModifier and TypeMethodDescriptionvoid
SymbolTypeImpl.setSymbolType
(SymbolTypeEnumeration newSymbolType) -
Uses of SymbolTypeEnumeration in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SymbolTypeEnumerationModifier and TypeMethodDescriptionboolean
Gml311Validator.validateSymbolTypeEnumeration
(SymbolTypeEnumeration symbolTypeEnumeration, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateSymbolTypeEnumerationObject
(SymbolTypeEnumeration symbolTypeEnumerationObject, DiagnosticChain diagnostics, Map<Object, Object> context)