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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetInsert(InsertType newInsert, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWfs20Validator.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