Uses of Interface
net.opengis.wfs20.InsertType
- 
Packages that use InsertType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of InsertType in net.opengis.wfs20Methods in net.opengis.wfs20 that return InsertType Modifier and Type Method Description InsertTypeWfs20Factory. createInsertType()Returns a new object of class 'Insert Type'.InsertTypeDocumentRoot. getInsert()Returns the value of the 'Insert' containment reference.Methods in net.opengis.wfs20 with parameters of type InsertType Modifier and Type Method Description voidDocumentRoot. setInsert(InsertType value)Sets the value of the 'Insert' containment reference.
- 
Uses of InsertType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement InsertType Modifier and Type Class Description classInsertTypeImplAn implementation of the model object 'Insert Type'.Methods in net.opengis.wfs20.impl that return InsertType Modifier and Type Method Description InsertTypeWfs20FactoryImpl. createInsertType()InsertTypeDocumentRootImpl. getInsert()Methods in net.opengis.wfs20.impl with parameters of type InsertType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetInsert(InsertType newInsert, NotificationChain msgs)voidDocumentRootImpl. setInsert(InsertType newInsert)
- 
Uses of InsertType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type InsertType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type InsertType Modifier and Type Method Description booleanDocumentRootValidator. validateInsert(InsertType value)
 
-