Class ModelMethodDiffinationImpl
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<Method>
-
- org.brijframework.model.diffination.asm.AbstractModelMethodDiffination
-
- org.brijframework.model.diffination.impl.ModelMethodDiffinationImpl
-
- All Implemented Interfaces:
org.brijframework.GenericResource<Method>,org.brijframework.lifecycle.Initializer,ModelMethodDiffination,ModelDiffination<Method>
public class ModelMethodDiffinationImpl extends AbstractModelMethodDiffination
-
-
Constructor Summary
Constructors Constructor Description ModelMethodDiffinationImpl(ModelTypeDeffination owner)
-
Method Summary
-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelMethodDiffination
getArguments, getOwner, getParameters, getReturnType, getTarget, getType, getValue, papulate, setArguments, setOwner, setParameters, setReturnType, setTarget, setValue
-
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, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
Methods inherited from interface org.brijframework.model.diffination.ModelMethodDiffination
getParamValues, init
-
-
-
-
Constructor Detail
-
ModelMethodDiffinationImpl
public ModelMethodDiffinationImpl(ModelTypeDeffination owner)
-
-