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.
 

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'
 

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)
           
 

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
 java.lang.Object ModelSwitch.caseParameter(Parameter object)
          Returns the result of interpretting the object as an instance of 'Parameter'