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.wfs20
Methods in net.opengis.wfs20 that return InsertType Modifier and Type Method Description InsertType
Wfs20Factory. createInsertType()
Returns a new object of class 'Insert Type'.InsertType
DocumentRoot. getInsert()
Returns the value of the 'Insert' containment reference.Methods in net.opengis.wfs20 with parameters of type InsertType Modifier and Type Method Description void
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 InsertType Modifier and Type Class Description class
InsertTypeImpl
An implementation of the model object 'Insert Type'.Methods in net.opengis.wfs20.impl that return InsertType Modifier and Type Method Description InsertType
Wfs20FactoryImpl. createInsertType()
InsertType
DocumentRootImpl. getInsert()
Methods in net.opengis.wfs20.impl with parameters of type InsertType Modifier and Type Method Description NotificationChain
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 InsertType Modifier and Type Method Description T
Wfs20Switch. 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 Modifier and Type Method Description boolean
DocumentRootValidator. validateInsert(InsertType value)
-