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.csw20Methods in net.opengis.cat.csw20 that return DeleteType Modifier and Type Method Description DeleteTypeCsw20Factory. 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.implClasses in net.opengis.cat.csw20.impl that implement DeleteType Modifier and Type Class Description classDeleteTypeImplAn implementation of the model object 'Delete Type'.Methods in net.opengis.cat.csw20.impl that return DeleteType Modifier and Type Method Description DeleteTypeCsw20FactoryImpl. 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()
 
-