Uses of Interface
net.opengis.ows11.TelephoneType

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

Uses of TelephoneType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return TelephoneType
 TelephoneType Ows11Factory.createTelephoneType()
          Returns a new object of class 'Telephone Type'.
 TelephoneType ContactType.getPhone()
          Returns the value of the 'Phone' containment reference.
 

Methods in net.opengis.ows11 with parameters of type TelephoneType
 void ContactType.setPhone(TelephoneType value)
          Sets the value of the 'Phone' containment reference.
 

Uses of TelephoneType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement TelephoneType
 class TelephoneTypeImpl
          An implementation of the model object 'Telephone Type'.
 

Fields in net.opengis.ows11.impl declared as TelephoneType
protected  TelephoneType ContactTypeImpl.phone
          The cached value of the 'Phone' containment reference.
 

Methods in net.opengis.ows11.impl that return TelephoneType
 TelephoneType Ows11FactoryImpl.createTelephoneType()
           
 TelephoneType ContactTypeImpl.getPhone()
           
 

Methods in net.opengis.ows11.impl with parameters of type TelephoneType
 org.eclipse.emf.common.notify.NotificationChain ContactTypeImpl.basicSetPhone(TelephoneType newPhone, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContactTypeImpl.setPhone(TelephoneType newPhone)
           
 

Uses of TelephoneType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type TelephoneType
 java.lang.Object Ows11Switch.caseTelephoneType(TelephoneType object)
          Returns the result of interpreting the object as an instance of 'Telephone Type'.
 boolean Ows11Validator.validateTelephoneType(TelephoneType telephoneType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of TelephoneType in net.opengis.ows11.validation
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.