Uses of Interface
net.opengis.cat.csw20.DeleteType
-
Packages that use DeleteType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of DeleteType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return DeleteType Modifier and Type Method Description DeleteType
Csw20Factory. createDeleteType()
Returns a new object of class 'Delete Type'.Methods in net.opengis.cat.csw20 that return types with arguments of type DeleteType Modifier and Type Method Description EList<DeleteType>
TransactionType. getDelete()
Returns the value of the 'Delete' containment reference list. -
Uses of DeleteType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement DeleteType Modifier and Type Class Description class
DeleteTypeImpl
An implementation of the model object 'Delete Type'.Methods in net.opengis.cat.csw20.impl that return DeleteType Modifier and Type Method Description DeleteType
Csw20FactoryImpl. createDeleteType()
Methods in net.opengis.cat.csw20.impl that return types with arguments of type DeleteType Modifier and Type Method Description EList<DeleteType>
TransactionTypeImpl. getDelete()
-