Uses of Class
net.opengis.wmts.v_1.VersionType
-
Packages that use VersionType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of VersionType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type VersionType Modifier and Type Field Description static List<VersionType>
VersionType. VALUES
A public read-only list of all the 'Version Type' enumerators.Methods in net.opengis.wmts.v_1 that return VersionType Modifier and Type Method Description static VersionType
VersionType. get(int value)
Returns the 'Version Type' literal with the specified integer value.static VersionType
VersionType. get(String literal)
Returns the 'Version Type' literal with the specified literal value.static VersionType
VersionType. getByName(String name)
Returns the 'Version Type' literal with the specified name.static VersionType
VersionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VersionType[]
VersionType. values()
Returns an array containing the constants of this enum type, 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 VersionType Modifier and Type Method Description VersionType
wmtsv_1FactoryImpl. createVersionTypeFromString(EDataType eDataType, String initialValue)
VersionType
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 VersionType Modifier and Type Method Description boolean
wmtsv_1Validator. validateVersionType(VersionType versionType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
wmtsv_1Validator. validateVersionTypeObject(VersionType versionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-