Uses of Interface
net.opengis.ows20.RequestMethodType
Packages that use RequestMethodType
Package
Description
-
Uses of RequestMethodType in net.opengis.ows20
Methods in net.opengis.ows20 that return RequestMethodTypeModifier and TypeMethodDescriptionOws20Factory.createRequestMethodType()
Returns a new object of class 'Request Method Type'.Methods in net.opengis.ows20 that return types with arguments of type RequestMethodTypeModifier and TypeMethodDescriptionEList<RequestMethodType>
HTTPType.getGet()
Returns the value of the 'Get' containment reference list.EList<RequestMethodType>
HTTPType.getPost()
Returns the value of the 'Post' containment reference list. -
Uses of RequestMethodType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement RequestMethodTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Request Method Type'.Methods in net.opengis.ows20.impl that return RequestMethodTypeMethods in net.opengis.ows20.impl that return types with arguments of type RequestMethodTypeModifier and TypeMethodDescriptionEList<RequestMethodType>
HTTPTypeImpl.getGet()
EList<RequestMethodType>
HTTPTypeImpl.getPost()
-
Uses of RequestMethodType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type RequestMethodTypeModifier and TypeMethodDescriptionOws20Switch.caseRequestMethodType
(RequestMethodType object) Returns the result of interpreting the object as an instance of 'Request Method Type'.boolean
Ows20Validator.validateRequestMethodType
(RequestMethodType requestMethodType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of RequestMethodType in net.opengis.ows20.validation
Method parameters in net.opengis.ows20.validation with type arguments of type RequestMethodTypeModifier and TypeMethodDescriptionboolean
HTTPTypeValidator.validateGet
(EList<RequestMethodType> value) boolean
HTTPTypeValidator.validatePost
(EList<RequestMethodType> value)