Uses of Interface
net.opengis.ows11.TelephoneType
- 
Packages that use TelephoneType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of TelephoneType in net.opengis.ows11Methods in net.opengis.ows11 that return TelephoneType Modifier and Type Method Description TelephoneTypeOws11Factory. createTelephoneType()Returns a new object of class 'Telephone Type'.TelephoneTypeContactType. getPhone()Returns the value of the 'Phone' containment reference.Methods in net.opengis.ows11 with parameters of type TelephoneType Modifier and Type Method Description voidContactType. setPhone(TelephoneType value)Sets the value of the 'Phone' containment reference.
- 
Uses of TelephoneType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement TelephoneType Modifier and Type Class Description classTelephoneTypeImplAn implementation of the model object 'Telephone Type'.Fields in net.opengis.ows11.impl declared as TelephoneType Modifier and Type Field Description protected TelephoneTypeContactTypeImpl. phoneThe cached value of the 'Phone' containment reference.Methods in net.opengis.ows11.impl that return TelephoneType Modifier and Type Method Description TelephoneTypeOws11FactoryImpl. createTelephoneType()TelephoneTypeContactTypeImpl. getPhone()Methods in net.opengis.ows11.impl with parameters of type TelephoneType Modifier and Type Method Description NotificationChainContactTypeImpl. basicSetPhone(TelephoneType newPhone, NotificationChain msgs)voidContactTypeImpl. setPhone(TelephoneType newPhone)
- 
Uses of TelephoneType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type TelephoneType Modifier and Type Method Description ObjectOws11Switch. caseTelephoneType(TelephoneType object)Returns the result of interpreting the object as an instance of 'Telephone Type'.booleanOws11Validator. validateTelephoneType(TelephoneType telephoneType, DiagnosticChain diagnostics, Map context)
- 
Uses of TelephoneType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type TelephoneType Modifier and Type Method Description booleanContactTypeValidator. validatePhone(TelephoneType value)
- 
Uses of TelephoneType in org.geotools.metadata.iso.citationConstructors in org.geotools.metadata.iso.citation with parameters of type TelephoneType Constructor Description TelephoneImpl(TelephoneType phone)
 
-