Uses of Interface
net.opengis.ows11.AddressType

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

Uses of AddressType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return AddressType
 AddressType Ows11Factory.createAddressType()
          Returns a new object of class 'Address Type'.
 AddressType ContactType.getAddress()
          Returns the value of the 'Address' containment reference.
 

Methods in net.opengis.ows11 with parameters of type AddressType
 void ContactType.setAddress(AddressType value)
          Sets the value of the 'Address' containment reference.
 

Uses of AddressType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement AddressType
 class AddressTypeImpl
          An implementation of the model object 'Address Type'.
 

Fields in net.opengis.ows11.impl declared as AddressType
protected  AddressType ContactTypeImpl.address
          The cached value of the 'Address' containment reference.
 

Methods in net.opengis.ows11.impl that return AddressType
 AddressType Ows11FactoryImpl.createAddressType()
           
 AddressType ContactTypeImpl.getAddress()
           
 

Methods in net.opengis.ows11.impl with parameters of type AddressType
 org.eclipse.emf.common.notify.NotificationChain ContactTypeImpl.basicSetAddress(AddressType newAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContactTypeImpl.setAddress(AddressType newAddress)
           
 

Uses of AddressType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type AddressType
 java.lang.Object Ows11Switch.caseAddressType(AddressType object)
          Returns the result of interpreting the object as an instance of 'Address Type'.
 boolean Ows11Validator.validateAddressType(AddressType addressType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of AddressType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type AddressType
 boolean ContactTypeValidator.validateAddress(AddressType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.