Uses of Interface
net.opengis.wfs20.PropertyNameType
Packages that use PropertyNameType
Package
Description
-
Uses of PropertyNameType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return PropertyNameTypeModifier and TypeMethodDescriptionWfs20Factory.createPropertyNameType()
Returns a new object of class 'Property Name Type'.DocumentRoot.getPropertyName()
Returns the value of the 'Property Name' containment reference.Methods in net.opengis.wfs20 with parameters of type PropertyNameTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPropertyName
(PropertyNameType value) Sets the value of the 'Property Name
' containment reference. -
Uses of PropertyNameType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement PropertyNameTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Property Name Type'.Methods in net.opengis.wfs20.impl that return PropertyNameTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createPropertyNameType()
DocumentRootImpl.getPropertyName()
Methods in net.opengis.wfs20.impl with parameters of type PropertyNameTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPropertyName
(PropertyNameType newPropertyName, NotificationChain msgs) void
DocumentRootImpl.setPropertyName
(PropertyNameType newPropertyName) -
Uses of PropertyNameType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type PropertyNameTypeModifier and TypeMethodDescriptionWfs20Switch.casePropertyNameType
(PropertyNameType object) Returns the result of interpreting the object as an instance of 'Property Name Type'.boolean
Wfs20Validator.validatePropertyNameType
(PropertyNameType propertyNameType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of PropertyNameType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type PropertyNameTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validatePropertyName
(PropertyNameType value)