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

Packages that use CallInputParameter
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 CallInputParameter in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return CallInputParameter
 CallInputParameter DomFactory.createCallInputParameter()
          Returns a new object of class 'Call Input Parameter'.
 

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

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

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

Classes in org.openxma.dsl.dom.model.impl that implement CallInputParameter
 class CallInputParameterImpl
          An implementation of the model object 'Call Input Parameter'.
 

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

Methods in org.openxma.dsl.dom.model.impl that return CallInputParameter
 CallInputParameter DomFactoryImpl.createCallInputParameter()
           
 

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

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

Methods in org.openxma.dsl.dom.scoping with parameters of type CallInputParameter
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_CallInputParameter_attribute(CallInputParameter inputParameter, org.eclipse.emf.ecore.EReference reference)
           
 

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

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



Copyright © 2013. All Rights Reserved.