Uses of Interface
net.opengis.wcs10.TelephoneType
-
Packages that use TelephoneType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of TelephoneType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TelephoneType Modifier and Type Method Description TelephoneType
Wcs10Factory. createTelephoneType()
Returns a new object of class 'Telephone Type'.TelephoneType
ContactType. getPhone()
Returns the value of the 'Phone' containment reference.Methods in net.opengis.wcs10 with parameters of type TelephoneType Modifier and Type Method Description void
ContactType. setPhone(TelephoneType value)
Sets the value of the 'Phone
' containment reference. -
Uses of TelephoneType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement TelephoneType Modifier and Type Class Description class
TelephoneTypeImpl
An implementation of the model object 'Telephone Type'.Fields in net.opengis.wcs10.impl declared as TelephoneType Modifier and Type Field Description protected TelephoneType
ContactTypeImpl. phone
The cached value of the 'Phone
' containment reference.Methods in net.opengis.wcs10.impl that return TelephoneType Modifier and Type Method Description TelephoneType
Wcs10FactoryImpl. createTelephoneType()
TelephoneType
ContactTypeImpl. getPhone()
Methods in net.opengis.wcs10.impl with parameters of type TelephoneType Modifier and Type Method Description NotificationChain
ContactTypeImpl. basicSetPhone(TelephoneType newPhone, NotificationChain msgs)
void
ContactTypeImpl. setPhone(TelephoneType newPhone)
-
Uses of TelephoneType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type TelephoneType Modifier and Type Method Description Object
Wcs10Switch. caseTelephoneType(TelephoneType object)
Returns the result of interpreting the object as an instance of 'Telephone Type'. -
Uses of TelephoneType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type TelephoneType Modifier and Type Method Description boolean
ContactTypeValidator. validatePhone(TelephoneType value)
-