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

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

Uses of DaoOperation in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return DaoOperation
 DaoOperation DomFactory.createDaoOperation()
          Returns a new object of class 'Dao Operation'.
 

Uses of DaoOperation in org.openxma.dsl.dom.model
 

Subinterfaces of DaoOperation in org.openxma.dsl.dom.model
 interface Operation
          A representation of the model object 'Operation'.
 interface QueryOperation
          A representation of the model object 'Query Operation'.
 

Methods in org.openxma.dsl.dom.model that return DaoOperation
 DaoOperation DelegateOperation.getOperation()
          Returns the value of the 'Operation' reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type DaoOperation
 void DelegateOperation.setOperation(DaoOperation value)
          Sets the value of the 'Operation' reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement DaoOperation
 class DaoOperationImpl
          An implementation of the model object 'Dao Operation'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class QueryOperationImpl
          An implementation of the model object 'Query Operation'.
 

Fields in org.openxma.dsl.dom.model.impl declared as DaoOperation
protected  DaoOperation DelegateOperationImpl.operation
          The cached value of the 'Operation' reference.
 

Methods in org.openxma.dsl.dom.model.impl that return DaoOperation
 DaoOperation DelegateOperationImpl.basicGetOperation()
           
 DaoOperation DomFactoryImpl.createDaoOperation()
           
 DaoOperation DelegateOperationImpl.getOperation()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type DaoOperation
 void DelegateOperationImpl.setOperation(DaoOperation newOperation)
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type DaoOperation
 T DomSwitch.caseDaoOperation(DaoOperation object)
          Returns the result of interpreting the object as an instance of 'Dao Operation'.
 



Copyright © 2013. All Rights Reserved.