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

Packages that use Operation
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
org.openxma.dsl.dom.validation   
 

Uses of Operation in org.openxma.dsl.dom
 

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

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

Methods in org.openxma.dsl.dom.model that return types with arguments of type Operation
 org.eclipse.emf.common.util.EList<Operation> Service.getOperations()
          Returns the value of the 'Operations' containment reference list.
 org.eclipse.emf.common.util.EList<Operation> Dao.getOperations()
          Returns the value of the 'Operations' containment reference list.
 

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

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

Fields in org.openxma.dsl.dom.model.impl with type parameters of type Operation
protected  org.eclipse.emf.common.util.EList<Operation> DaoImpl.operations
          The cached value of the 'Operations' containment reference list.
protected  org.eclipse.emf.common.util.EList<Operation> ServiceImpl.operations
          The cached value of the 'Operations' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return Operation
 Operation DomFactoryImpl.createOperation()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type Operation
 org.eclipse.emf.common.util.EList<Operation> DaoImpl.getOperations()
           
 org.eclipse.emf.common.util.EList<Operation> ServiceImpl.getOperations()
           
 

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

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

Uses of Operation in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type Operation
 void DomDslJavaValidator.checkDuplicateOperations(Operation theOperation)
           
 



Copyright © 2013. All Rights Reserved.