Uses of Interface
org.openxma.dsl.dom.model.UpdateStatement

Packages that use UpdateStatement
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of UpdateStatement in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return UpdateStatement
 UpdateStatement DomFactory.createUpdateStatement()
          Returns a new object of class 'Update Statement'.
 

Uses of UpdateStatement in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement UpdateStatement
 class UpdateStatementImpl
          An implementation of the model object 'Update Statement'.
 

Methods in org.openxma.dsl.dom.model.impl that return UpdateStatement
 UpdateStatement DomFactoryImpl.createUpdateStatement()
           
 

Uses of UpdateStatement in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type UpdateStatement
 T DomSwitch.caseUpdateStatement(UpdateStatement object)
          Returns the result of interpreting the object as an instance of 'Update Statement'.
 



Copyright © 2013. All Rights Reserved.