Uses of Interface
net.opengis.wfs.PropertyType
Packages that use PropertyType
-
Uses of PropertyType in net.opengis.wfs
Methods in net.opengis.wfs that return PropertyTypeModifier and TypeMethodDescriptionWfsFactory.createPropertyType()
Returns a new object of class 'Property Type'.DocumentRoot.getProperty()
Returns the value of the 'Property' containment reference.Methods in net.opengis.wfs with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setProperty
(PropertyType value) Sets the value of the 'Property
' containment reference. -
Uses of PropertyType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement PropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Property Type'.Methods in net.opengis.wfs.impl that return PropertyTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createPropertyType()
DocumentRootImpl.getProperty()
Methods in net.opengis.wfs.impl with parameters of type PropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetProperty
(PropertyType newProperty, NotificationChain msgs) void
DocumentRootImpl.setProperty
(PropertyType newProperty) -
Uses of PropertyType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type PropertyTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateProperty
(PropertyType value)