Interface ModelParameterDiffination<E>
-
- All Superinterfaces:
org.brijframework.GenericResource<E>,org.brijframework.lifecycle.Initializer,ModelDiffination<E>
- All Known Implementing Classes:
AbstractModelParameterDiffination,ModelParameterDiffinationImpl
public interface ModelParameterDiffination<E> extends ModelDiffination<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()ObjectgetValue()-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
-
-
-
Method Detail
-
getValue
Object getValue()
-
getIndex
int getIndex()
-
-