Uses of Class
org.boehn.kmlframework.kml.UpdateElement

Packages that use UpdateElement
org.boehn.kmlframework.kml   
 

Uses of UpdateElement in org.boehn.kmlframework.kml
 

Subclasses of UpdateElement in org.boehn.kmlframework.kml
 class Change
           
 class Create
           
 class Delete
           
 

Methods in org.boehn.kmlframework.kml that return types with arguments of type UpdateElement
 java.util.List<UpdateElement> Update.getUpdateElements()
           
 

Method parameters in org.boehn.kmlframework.kml with type arguments of type UpdateElement
 void Update.setUpdateElements(java.util.List<UpdateElement> updateElements)