Class AbstractModelParameterDiffination
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<Parameter>
-
- org.brijframework.model.diffination.asm.AbstractModelParameterDiffination
-
- All Implemented Interfaces:
org.brijframework.GenericResource<Parameter>,org.brijframework.lifecycle.Initializer,ModelParameterDiffination<Parameter>,ModelDiffination<Parameter>
- Direct Known Subclasses:
ModelParameterDiffinationImpl
public abstract class AbstractModelParameterDiffination extends AbstractModelDiffination<Parameter> implements ModelParameterDiffination<Parameter>
-
-
Constructor Summary
Constructors Constructor Description AbstractModelParameterDiffination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()StringgetName()ParametergetType()ObjectgetValue()voidsetIndex(int index)voidsetName(String name)voidsetType(Parameter type)voidsetValue(Object value)-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelDiffination
getAccess, getId, setAccess, setId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
-
-
-
Method Detail
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceModelParameterDiffination<Parameter>
-
getType
public Parameter getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<Parameter>
-
setType
public void setType(Parameter type)
-
setValue
public void setValue(Object value)
-
getIndex
public int getIndex()
- Specified by:
getIndexin interfaceModelParameterDiffination<Parameter>
-
setIndex
public void setIndex(int index)
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.brijframework.GenericResource<Parameter>- Overrides:
getNamein classAbstractModelDiffination<Parameter>
-
setName
public void setName(String name)
- Overrides:
setNamein classAbstractModelDiffination<Parameter>
-
-