Uses of Interface
org.objectweb.dsrg.sofa.repository.model.Parameter

Packages that use Parameter
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Parameter in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return Parameter
 Parameter ModelFactory.createParameter()
          Returns a new object of class 'Parameter'
 Parameter ModelFactory.createParameter(java.lang.String name, java.lang.String value)
          Returns a new object of class 'Parameter' with initialized value.
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> MicroComponentInstance.getParameter()
          Returns the value of the 'Parameter' containment reference list.
 

Uses of Parameter in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Parameter
 class ParameterImpl
          An implementation of the model object 'Parameter'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type Parameter
protected  org.eclipse.emf.common.util.EList<Parameter> MicroComponentInstanceImpl.parameter
          The cached value of the 'Parameter' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Parameter
 Parameter ModelFactoryImpl.createParameter()
           
 Parameter ModelFactoryImpl.createParameter(java.lang.String name, java.lang.String value)
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type Parameter
 org.eclipse.emf.common.util.EList<Parameter> MicroComponentInstanceImpl.getParameter()
           
 

Uses of Parameter in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Parameter
 T ModelSwitch.caseParameter(Parameter object)
          Returns the result of interpreting the object as an instance of 'Parameter'