Uses of Interface
net.opengis.wfs20.PropertyType
Packages that use PropertyType
Package
Description
-
Uses of PropertyType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return PropertyTypeModifier and TypeMethodDescriptionWfs20Factory.createPropertyType()
Returns a new object of class 'Property Type'.DocumentRoot.getProperty()
Returns the value of the 'Property' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type PropertyTypeModifier and TypeMethodDescriptionEList<PropertyType>
UpdateType.getProperty()
Returns the value of the 'Property' containment reference list.Methods in net.opengis.wfs20 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.wfs20.impl
Classes in net.opengis.wfs20.impl that implement PropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Property Type'.Fields in net.opengis.wfs20.impl with type parameters of type PropertyTypeModifier and TypeFieldDescriptionprotected EList<PropertyType>
UpdateTypeImpl.property
The cached value of the 'Property
' containment reference list.Methods in net.opengis.wfs20.impl that return PropertyTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createPropertyType()
DocumentRootImpl.getProperty()
Methods in net.opengis.wfs20.impl that return types with arguments of type PropertyTypeMethods in net.opengis.wfs20.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.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type PropertyTypeModifier and TypeMethodDescriptionWfs20Switch.casePropertyType
(PropertyType object) Returns the result of interpreting the object as an instance of 'Property Type'.boolean
Wfs20Validator.validatePropertyType
(PropertyType propertyType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of PropertyType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type PropertyTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateProperty
(PropertyType value) Method parameters in net.opengis.wfs20.validation with type arguments of type PropertyTypeModifier and TypeMethodDescriptionboolean
UpdateTypeValidator.validateProperty
(EList<PropertyType> value)