Uses of Class
net.opengis.gml311.SymbolTypeEnumeration
-
Packages that use SymbolTypeEnumeration Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SymbolTypeEnumeration in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SymbolTypeEnumeration Modifier and Type Field Description static List<SymbolTypeEnumeration>
SymbolTypeEnumeration. VALUES
A public read-only list of all the 'Symbol Type Enumeration' enumerators.Methods in net.opengis.gml311 that return SymbolTypeEnumeration Modifier and Type Method Description static SymbolTypeEnumeration
SymbolTypeEnumeration. get(int value)
Returns the 'Symbol Type Enumeration' literal with the specified integer value.static SymbolTypeEnumeration
SymbolTypeEnumeration. get(String literal)
Returns the 'Symbol Type Enumeration' literal with the specified literal value.static SymbolTypeEnumeration
SymbolTypeEnumeration. getByName(String name)
Returns the 'Symbol Type Enumeration' literal with the specified name.SymbolTypeEnumeration
SymbolType. getSymbolType()
Returns the value of the 'Symbol Type' attribute.static SymbolTypeEnumeration
SymbolTypeEnumeration. valueOf(String name)
Returns the enum constant of this type with the specified name.static SymbolTypeEnumeration[]
SymbolTypeEnumeration. 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 SymbolTypeEnumeration Modifier and Type Method Description void
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 SymbolTypeEnumeration Modifier and Type Field Description protected static 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 SymbolTypeEnumeration Modifier and Type Method Description SymbolTypeEnumeration
Gml311FactoryImpl. createSymbolTypeEnumerationFromString(EDataType eDataType, String initialValue)
SymbolTypeEnumeration
Gml311FactoryImpl. createSymbolTypeEnumerationObjectFromString(EDataType eDataType, String initialValue)
SymbolTypeEnumeration
SymbolTypeImpl. getSymbolType()
Methods in net.opengis.gml311.impl with parameters of type SymbolTypeEnumeration Modifier and Type Method Description void
SymbolTypeImpl. setSymbolType(SymbolTypeEnumeration newSymbolType)
-
Uses of SymbolTypeEnumeration in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SymbolTypeEnumeration Modifier and Type Method Description boolean
Gml311Validator. validateSymbolTypeEnumeration(SymbolTypeEnumeration symbolTypeEnumeration, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateSymbolTypeEnumerationObject(SymbolTypeEnumeration symbolTypeEnumerationObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-