Uses of Class
net.opengis.gml311.SuccessionType
-
Packages that use SuccessionType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SuccessionType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SuccessionType Modifier and Type Field Description static List<SuccessionType>SuccessionType. VALUESA public read-only list of all the 'Succession Type' enumerators.Methods in net.opengis.gml311 that return SuccessionType Modifier and Type Method Description static SuccessionTypeSuccessionType. get(int value)Returns the 'Succession Type' literal with the specified integer value.static SuccessionTypeSuccessionType. get(String literal)Returns the 'Succession Type' literal with the specified literal value.static SuccessionTypeSuccessionType. getByName(String name)Returns the 'Succession Type' literal with the specified name.static SuccessionTypeSuccessionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SuccessionType[]SuccessionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SuccessionType in net.opengis.gml311.impl
Methods in net.opengis.gml311.impl that return SuccessionType Modifier and Type Method Description SuccessionTypeGml311FactoryImpl. createSuccessionTypeFromString(EDataType eDataType, String initialValue)SuccessionTypeGml311FactoryImpl. createSuccessionTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of SuccessionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SuccessionType Modifier and Type Method Description booleanGml311Validator. validateSuccessionType(SuccessionType successionType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateSuccessionTypeObject(SuccessionType successionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-