Uses of Interface
net.opengis.ows20.RequestMethodType
-
Packages that use RequestMethodType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of RequestMethodType in net.opengis.ows20
Methods in net.opengis.ows20 that return RequestMethodType Modifier and Type Method Description RequestMethodType
Ows20Factory. createRequestMethodType()
Returns a new object of class 'Request Method Type'.Methods in net.opengis.ows20 that return types with arguments of type RequestMethodType Modifier and Type Method Description EList<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 RequestMethodType Modifier and Type Class Description class
RequestMethodTypeImpl
An implementation of the model object 'Request Method Type'.Methods in net.opengis.ows20.impl that return RequestMethodType Modifier and Type Method Description RequestMethodType
Ows20FactoryImpl. createRequestMethodType()
Methods in net.opengis.ows20.impl that return types with arguments of type RequestMethodType Modifier and Type Method Description EList<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 RequestMethodType Modifier and Type Method Description T
Ows20Switch. 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 RequestMethodType Modifier and Type Method Description boolean
HTTPTypeValidator. validateGet(EList<RequestMethodType> value)
boolean
HTTPTypeValidator. validatePost(EList<RequestMethodType> value)
-