Uses of Interface
net.opengis.wfs20.InsertType
Packages that use InsertType
Package
Description
-
Uses of InsertType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return InsertTypeModifier and TypeMethodDescriptionWfs20Factory.createInsertType()
Returns a new object of class 'Insert Type'.DocumentRoot.getInsert()
Returns the value of the 'Insert' containment reference.Methods in net.opengis.wfs20 with parameters of type InsertTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setInsert
(InsertType value) Sets the value of the 'Insert
' containment reference. -
Uses of InsertType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement InsertTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Insert Type'.Methods in net.opengis.wfs20.impl that return InsertTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createInsertType()
DocumentRootImpl.getInsert()
Methods in net.opengis.wfs20.impl with parameters of type InsertTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetInsert
(InsertType newInsert, NotificationChain msgs) void
DocumentRootImpl.setInsert
(InsertType newInsert) -
Uses of InsertType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type InsertTypeModifier and TypeMethodDescriptionWfs20Switch.caseInsertType
(InsertType object) Returns the result of interpreting the object as an instance of 'Insert Type'.boolean
Wfs20Validator.validateInsertType
(InsertType insertType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of InsertType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type InsertType