Uses of Interface
net.opengis.ows20.HTTPType
- 
Packages that use HTTPType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of HTTPType in net.opengis.ows20Methods in net.opengis.ows20 that return HTTPType Modifier and Type Method Description HTTPTypeOws20Factory. createHTTPType()Returns a new object of class 'HTTP Type'.HTTPTypeDCPType. getHTTP()Returns the value of the 'HTTP' containment reference.HTTPTypeDocumentRoot. getHTTP()Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows20 with parameters of type HTTPType Modifier and Type Method Description voidDCPType. setHTTP(HTTPType value)Sets the value of the 'HTTP' containment reference.voidDocumentRoot. setHTTP(HTTPType value)Sets the value of the 'HTTP' containment reference.
- 
Uses of HTTPType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement HTTPType Modifier and Type Class Description classHTTPTypeImplAn implementation of the model object 'HTTP Type'.Fields in net.opengis.ows20.impl declared as HTTPType Modifier and Type Field Description protected HTTPTypeDCPTypeImpl. hTTPThe cached value of the 'HTTP' containment reference.Methods in net.opengis.ows20.impl that return HTTPType Modifier and Type Method Description HTTPTypeOws20FactoryImpl. createHTTPType()HTTPTypeDCPTypeImpl. getHTTP()HTTPTypeDocumentRootImpl. getHTTP()Methods in net.opengis.ows20.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChainDCPTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)voidDCPTypeImpl. setHTTP(HTTPType newHTTP)voidDocumentRootImpl. setHTTP(HTTPType newHTTP)
- 
Uses of HTTPType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type HTTPType Modifier and Type Method Description TOws20Switch. caseHTTPType(HTTPType object)Returns the result of interpreting the object as an instance of 'HTTP Type'.booleanOws20Validator. validateHTTPType(HTTPType httpType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of HTTPType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type HTTPType Modifier and Type Method Description booleanDCPTypeValidator. validateHTTP(HTTPType value)booleanDocumentRootValidator. validateHTTP(HTTPType value)
 
-