Uses of Interface
org.brijframework.model.diffination.ModelParameterDiffination
-
Packages that use ModelParameterDiffination Package Description org.brijframework.model.diffination org.brijframework.model.diffination.asm org.brijframework.model.diffination.impl -
-
Uses of ModelParameterDiffination in org.brijframework.model.diffination
Methods in org.brijframework.model.diffination that return types with arguments of type ModelParameterDiffination Modifier and Type Method Description Set<ModelParameterDiffination<?>>ModelConstructorDiffination. getParameters()Set<ModelParameterDiffination<?>>ModelMethodDiffination. getParameters()Method parameters in org.brijframework.model.diffination with type arguments of type ModelParameterDiffination Modifier and Type Method Description voidModelConstructorDiffination. setParameters(Set<ModelParameterDiffination<?>> params) -
Uses of ModelParameterDiffination in org.brijframework.model.diffination.asm
Classes in org.brijframework.model.diffination.asm that implement ModelParameterDiffination Modifier and Type Class Description classAbstractModelParameterDiffinationMethods in org.brijframework.model.diffination.asm that return types with arguments of type ModelParameterDiffination Modifier and Type Method Description Set<ModelParameterDiffination<?>>AbstractModelConstructorDiffination. getParameters()Set<ModelParameterDiffination<?>>AbstractModelMethodDiffination. getParameters()Method parameters in org.brijframework.model.diffination.asm with type arguments of type ModelParameterDiffination Modifier and Type Method Description voidAbstractModelConstructorDiffination. setParameters(Set<ModelParameterDiffination<?>> parametersInfo)voidAbstractModelMethodDiffination. setParameters(Set<ModelParameterDiffination<?>> parameters) -
Uses of ModelParameterDiffination in org.brijframework.model.diffination.impl
Classes in org.brijframework.model.diffination.impl that implement ModelParameterDiffination Modifier and Type Class Description classModelParameterDiffinationImpl
-