Class ModelTypeDiffinationImpl
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<Class<?>>
-
- org.brijframework.model.diffination.asm.AbstractModelTypeDiffination
-
- org.brijframework.model.diffination.impl.ModelTypeDiffinationImpl
-
- All Implemented Interfaces:
org.brijframework.GenericResource<Class<?>>,org.brijframework.lifecycle.Initializer,ModelTypeDeffination,ModelDiffination<Class<?>>
public class ModelTypeDiffinationImpl extends AbstractModelTypeDiffination
-
-
Constructor Summary
Constructors Constructor Description ModelTypeDiffinationImpl(Class<?> targetClass, String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelTypeDiffination
getConstructor, getOwner, getProperties, getPropertiesNames, getProperty, getType, setConstructor, setOwner, setType
-
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.ModelDiffination
getAccess
-
-