Uses of Enum Class
net.opengis.wmts.v_1.VersionType
Packages that use VersionType
-
Uses of VersionType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type VersionTypeModifier and TypeFieldDescriptionstatic final List<VersionType>VersionType.VALUESA public read-only list of all the 'Version Type' enumerators.Methods in net.opengis.wmts.v_1 that return VersionTypeModifier and TypeMethodDescriptionstatic VersionTypeVersionType.get(int value) Returns the 'Version Type' literal with the specified integer value.static VersionTypeReturns the 'Version Type' literal with the specified literal value.static VersionTypeReturns the 'Version Type' literal with the specified name.static VersionTypeReturns the enum constant of this class with the specified name.static VersionType[]VersionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VersionType in net.opengis.wmts.v_1.impl
Methods in net.opengis.wmts.v_1.impl that return VersionTypeModifier and TypeMethodDescriptionwmtsv_1FactoryImpl.createVersionTypeFromString(EDataType eDataType, String initialValue) wmtsv_1FactoryImpl.createVersionTypeObjectFromString(EDataType eDataType, String initialValue) -
Uses of VersionType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type VersionTypeModifier and TypeMethodDescriptionbooleanwmtsv_1Validator.validateVersionType(VersionType versionType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanwmtsv_1Validator.validateVersionTypeObject(VersionType versionTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)