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

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

Uses of SelectObject in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return SelectObject
 SelectObject DomFactory.createSelectObject()
          Returns a new object of class 'Select Object'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement SelectObject
 class SelectObjectImpl
          An implementation of the model object 'Select Object'.
 

Methods in org.openxma.dsl.dom.model.impl that return SelectObject
 SelectObject DomFactoryImpl.createSelectObject()
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type SelectObject
 T DomSwitch.caseSelectObject(SelectObject object)
          Returns the result of interpreting the object as an instance of 'Select Object'.
 



Copyright © 2013. All Rights Reserved.