Class AbstractModelConstructorDiffination
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<Constructor<?>>
-
- org.brijframework.model.diffination.asm.AbstractModelConstructorDiffination
-
- All Implemented Interfaces:
org.brijframework.GenericResource<Constructor<?>>,org.brijframework.lifecycle.Initializer,ModelConstructorDiffination,ModelDiffination<Constructor<?>>
- Direct Known Subclasses:
ModelConstructorDiffinationImpl
public abstract class AbstractModelConstructorDiffination extends AbstractModelDiffination<Constructor<?>> implements ModelConstructorDiffination
-
-
Constructor Summary
Constructors Constructor Description AbstractModelConstructorDiffination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]getArguments()ModelTypeDeffinationgetOwner()Set<ModelParameterDiffination<?>>getParameters()Constructor<?>getType()voidsetArguments(Type[] arguments)voidsetOwner(ModelTypeDeffination owner)voidsetParameters(Set<ModelParameterDiffination<?>> parametersInfo)voidsetTarget(Constructor<?> target)StringtoString()-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelDiffination
getAccess, getId, getName, setAccess, setId, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.diffination.ModelConstructorDiffination
getParameterCount
-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
-
-
-
Method Detail
-
getOwner
public ModelTypeDeffination getOwner()
- Specified by:
getOwnerin interfaceModelConstructorDiffination
-
getType
public Constructor<?> getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<Constructor<?>>- Specified by:
getTypein interfaceModelConstructorDiffination
-
getParameters
public Set<ModelParameterDiffination<?>> getParameters()
- Specified by:
getParametersin interfaceModelConstructorDiffination
-
setParameters
public void setParameters(Set<ModelParameterDiffination<?>> parametersInfo)
- Specified by:
setParametersin interfaceModelConstructorDiffination
-
setArguments
public void setArguments(Type[] arguments)
- Specified by:
setArgumentsin interfaceModelConstructorDiffination
-
getArguments
public Type[] getArguments()
- Specified by:
getArgumentsin interfaceModelConstructorDiffination
-
setOwner
public void setOwner(ModelTypeDeffination owner)
-
setTarget
public void setTarget(Constructor<?> target)
-
-