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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Property Type'.Fields in net.opengis.wfs20.impl with type parameters of type PropertyTypeModifier and TypeFieldDescriptionprotected EList<PropertyType>UpdateTypeImpl.propertyThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetProperty(PropertyType newProperty, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateProperty(PropertyType value) Method parameters in net.opengis.wfs20.validation with type arguments of type PropertyTypeModifier and TypeMethodDescriptionbooleanUpdateTypeValidator.validateProperty(EList<PropertyType> value)