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

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

Uses of DelegateOperation in org.openxma.dsl.dom
 

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

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

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

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

Methods in org.openxma.dsl.dom.model with parameters of type DelegateOperation
 void Operation.setDelegate(DelegateOperation delegateOperation)
           
 

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

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

Fields in org.openxma.dsl.dom.model.impl declared as DelegateOperation
 DelegateOperation OperationImpl.delegateOperation
           
 

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

Methods in org.openxma.dsl.dom.model.impl that return DelegateOperation
 DelegateOperation DomFactoryImpl.createDelegateOperation()
           
 DelegateOperation OperationImpl.getDelegate()
           
 

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

Methods in org.openxma.dsl.dom.model.impl with parameters of type DelegateOperation
 void OperationImpl.setDelegate(DelegateOperation delegateOperation)
           
 

Uses of DelegateOperation in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type DelegateOperation
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_DelegateOperation_operation(DelegateOperation delegateOperation, org.eclipse.emf.ecore.EReference eReference)
           
 

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

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

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

Methods in org.openxma.dsl.dom.validation with parameters of type DelegateOperation
 void DomDslJavaValidator.checkDelegateOperationDataView(DelegateOperation delegateOperation)
           
 



Copyright © 2013. All Rights Reserved.