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

Packages that use CallOutputParameter
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   
 

Uses of CallOutputParameter in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return CallOutputParameter
 CallOutputParameter DomFactory.createCallOutputParameter()
          Returns a new object of class 'Call Output Parameter'.
 

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

Methods in org.openxma.dsl.dom.model that return types with arguments of type CallOutputParameter
 org.eclipse.emf.common.util.EList<CallOutputParameter> CallableStatement.getOutParameter()
          Returns the value of the 'Out Parameter' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement CallOutputParameter
 class CallOutputParameterImpl
          An implementation of the model object 'Call Output Parameter'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type CallOutputParameter
protected  org.eclipse.emf.common.util.EList<CallOutputParameter> CallableStatementImpl.outParameter
          The cached value of the 'Out Parameter' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return CallOutputParameter
 CallOutputParameter DomFactoryImpl.createCallOutputParameter()
           
 

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

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

Methods in org.openxma.dsl.dom.scoping with parameters of type CallOutputParameter
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_CallOutputParameter_nestedAttribute(CallOutputParameter callOutputParameter, org.eclipse.emf.ecore.EReference reference)
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type CallOutputParameter
 T DomSwitch.caseCallOutputParameter(CallOutputParameter object)
          Returns the result of interpreting the object as an instance of 'Call Output Parameter'.
 



Copyright © 2013. All Rights Reserved.