Uses of Interface
net.opengis.ows10.TelephoneType
-
Packages that use TelephoneType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of TelephoneType in net.opengis.ows10
Methods in net.opengis.ows10 that return TelephoneType Modifier and Type Method Description TelephoneTypeOws10Factory. createTelephoneType()Returns a new object of class 'Telephone Type'.TelephoneTypeContactType. getPhone()Returns the value of the 'Phone' containment reference.Methods in net.opengis.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement TelephoneType Modifier and Type Class Description classTelephoneTypeImplAn implementation of the model object 'Telephone Type'.Fields in net.opengis.ows10.impl declared as TelephoneType Modifier and Type Field Description protected TelephoneTypeContactTypeImpl. phoneThe cached value of the 'Phone' containment reference.Methods in net.opengis.ows10.impl that return TelephoneType Modifier and Type Method Description TelephoneTypeOws10FactoryImpl. createTelephoneType()TelephoneTypeContactTypeImpl. getPhone()Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type TelephoneType Modifier and Type Method Description booleanContactTypeValidator. validatePhone(TelephoneType value)
-