Class AbstractModelTypeDiffination
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<Class<?>>
-
- org.brijframework.model.diffination.asm.AbstractModelTypeDiffination
-
- All Implemented Interfaces:
org.brijframework.GenericResource<Class<?>>,org.brijframework.lifecycle.Initializer,ModelTypeDeffination,ModelDiffination<Class<?>>
- Direct Known Subclasses:
ModelTypeDiffinationImpl
public abstract class AbstractModelTypeDiffination extends AbstractModelDiffination<Class<?>> implements ModelTypeDeffination
-
-
Constructor Summary
Constructors Constructor Description AbstractModelTypeDiffination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelConstructorDiffinationgetConstructor()ModelTypeDeffinationgetOwner()Map<String,ModelPropertyDiffinationGroup>getProperties()Set<String>getPropertiesNames(org.brijframework.Access... accesses)ModelPropertyDiffinationGroupgetProperty(String _key)Class<?>getType()voidsetConstructor(ModelConstructorDiffination constructor)voidsetOwner(ModelTypeDeffination owner)voidsetType(Class<?> type)-
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
-
-
-
-
Method Detail
-
setConstructor
public void setConstructor(ModelConstructorDiffination constructor)
-
setType
public void setType(Class<?> type)
-
getType
public Class<?> getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<Class<?>>- Specified by:
getTypein interfaceModelTypeDeffination
-
getProperties
public Map<String,ModelPropertyDiffinationGroup> getProperties()
- Specified by:
getPropertiesin interfaceModelTypeDeffination
-
getOwner
public ModelTypeDeffination getOwner()
- Specified by:
getOwnerin interfaceModelTypeDeffination
-
setOwner
public void setOwner(ModelTypeDeffination owner)
- Specified by:
setOwnerin interfaceModelTypeDeffination
-
getProperty
public ModelPropertyDiffinationGroup getProperty(String _key)
- Specified by:
getPropertyin interfaceModelTypeDeffination
-
getConstructor
public ModelConstructorDiffination getConstructor()
- Specified by:
getConstructorin interfaceModelTypeDeffination
-
getPropertiesNames
public Set<String> getPropertiesNames(org.brijframework.Access... accesses)
- Specified by:
getPropertiesNamesin interfaceModelTypeDeffination
-
-