Uses of Enum Class
net.opengis.wmts.v_1.ResourceTypeType
Packages that use ResourceTypeType
-
Uses of ResourceTypeType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type ResourceTypeTypeModifier and TypeFieldDescriptionstatic final List<ResourceTypeType>ResourceTypeType.VALUESA public read-only list of all the 'Resource Type Type' enumerators.Methods in net.opengis.wmts.v_1 that return ResourceTypeTypeModifier and TypeMethodDescriptionstatic ResourceTypeTypeResourceTypeType.get(int value) Returns the 'Resource Type Type' literal with the specified integer value.static ResourceTypeTypeReturns the 'Resource Type Type' literal with the specified literal value.static ResourceTypeTypeReturns the 'Resource Type Type' literal with the specified name.URLTemplateType.getResourceType()Returns the value of the 'Resource Type' attribute.static ResourceTypeTypeReturns the enum constant of this class with the specified name.static ResourceTypeType[]ResourceTypeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wmts.v_1 with parameters of type ResourceTypeTypeModifier and TypeMethodDescriptionvoidURLTemplateType.setResourceType(ResourceTypeType value) Sets the value of the 'Resource Type' attribute. -
Uses of ResourceTypeType in net.opengis.wmts.v_1.impl
Fields in net.opengis.wmts.v_1.impl declared as ResourceTypeTypeModifier and TypeFieldDescriptionprotected static final ResourceTypeTypeURLTemplateTypeImpl.RESOURCE_TYPE_EDEFAULTThe default value of the 'Resource Type' attribute.protected ResourceTypeTypeURLTemplateTypeImpl.resourceTypeThe cached value of the 'Resource Type' attribute.Methods in net.opengis.wmts.v_1.impl that return ResourceTypeTypeModifier and TypeMethodDescriptionwmtsv_1FactoryImpl.createResourceTypeTypeFromString(EDataType eDataType, String initialValue) wmtsv_1FactoryImpl.createResourceTypeTypeObjectFromString(EDataType eDataType, String initialValue) URLTemplateTypeImpl.getResourceType()Methods in net.opengis.wmts.v_1.impl with parameters of type ResourceTypeTypeModifier and TypeMethodDescriptionvoidURLTemplateTypeImpl.setResourceType(ResourceTypeType newResourceType) -
Uses of ResourceTypeType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type ResourceTypeTypeModifier and TypeMethodDescriptionbooleanwmtsv_1Validator.validateResourceTypeType(ResourceTypeType resourceTypeType, DiagnosticChain diagnostics, Map<Object, Object> context) booleanwmtsv_1Validator.validateResourceTypeTypeObject(ResourceTypeType resourceTypeTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)