Uses of Interface
net.opengis.ows11.HTTPType

Packages that use HTTPType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of HTTPType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return HTTPType
 HTTPType Ows11Factory.createHTTPType()
          Returns a new object of class 'HTTP Type'.
 HTTPType DCPType.getHTTP()
          Returns the value of the 'HTTP' containment reference.
 HTTPType DocumentRoot.getHTTP()
          Returns the value of the 'HTTP' containment reference.
 

Methods in net.opengis.ows11 with parameters of type HTTPType
 void DCPType.setHTTP(HTTPType value)
          Sets the value of the 'HTTP' containment reference.
 void DocumentRoot.setHTTP(HTTPType value)
          Sets the value of the 'HTTP' containment reference.
 

Uses of HTTPType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement HTTPType
 class HTTPTypeImpl
          An implementation of the model object 'HTTP Type'.
 

Fields in net.opengis.ows11.impl declared as HTTPType
protected  HTTPType DCPTypeImpl.hTTP
          The cached value of the 'HTTP' containment reference.
 

Methods in net.opengis.ows11.impl that return HTTPType
 HTTPType Ows11FactoryImpl.createHTTPType()
           
 HTTPType DocumentRootImpl.getHTTP()
           
 HTTPType DCPTypeImpl.getHTTP()
           
 

Methods in net.opengis.ows11.impl with parameters of type HTTPType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetHTTP(HTTPType newHTTP, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DCPTypeImpl.basicSetHTTP(HTTPType newHTTP, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setHTTP(HTTPType newHTTP)
           
 void DCPTypeImpl.setHTTP(HTTPType newHTTP)
           
 

Uses of HTTPType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type HTTPType
 java.lang.Object Ows11Switch.caseHTTPType(HTTPType object)
          Returns the result of interpreting the object as an instance of 'HTTP Type'.
 boolean Ows11Validator.validateHTTPType(HTTPType httpType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of HTTPType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type HTTPType
 boolean DocumentRootValidator.validateHTTP(HTTPType value)
           
 boolean DCPTypeValidator.validateHTTP(HTTPType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.