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. VALUESA 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 SymbolTypeEnumerationSymbolTypeEnumeration. get(int value)Returns the 'Symbol Type Enumeration' literal with the specified integer value.static SymbolTypeEnumerationSymbolTypeEnumeration. get(String literal)Returns the 'Symbol Type Enumeration' literal with the specified literal value.static SymbolTypeEnumerationSymbolTypeEnumeration. getByName(String name)Returns the 'Symbol Type Enumeration' literal with the specified name.SymbolTypeEnumerationSymbolType. getSymbolType()Returns the value of the 'Symbol Type' attribute.static SymbolTypeEnumerationSymbolTypeEnumeration. 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 voidSymbolType. 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 SymbolTypeEnumerationSymbolTypeImpl. SYMBOL_TYPE_EDEFAULTThe default value of the 'Symbol Type' attribute.protected SymbolTypeEnumerationSymbolTypeImpl. symbolTypeThe cached value of the 'Symbol Type' attribute.Methods in net.opengis.gml311.impl that return SymbolTypeEnumeration Modifier and Type Method Description SymbolTypeEnumerationGml311FactoryImpl. createSymbolTypeEnumerationFromString(EDataType eDataType, String initialValue)SymbolTypeEnumerationGml311FactoryImpl. createSymbolTypeEnumerationObjectFromString(EDataType eDataType, String initialValue)SymbolTypeEnumerationSymbolTypeImpl. getSymbolType()Methods in net.opengis.gml311.impl with parameters of type SymbolTypeEnumeration Modifier and Type Method Description voidSymbolTypeImpl. 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 booleanGml311Validator. validateSymbolTypeEnumeration(SymbolTypeEnumeration symbolTypeEnumeration, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateSymbolTypeEnumerationObject(SymbolTypeEnumeration symbolTypeEnumerationObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-