Class AbstractModelPropertyDiffination
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<AccessibleObject>
-
- org.brijframework.model.diffination.asm.AbstractModelPropertyDiffination
-
- All Implemented Interfaces:
org.brijframework.GenericResource<AccessibleObject>,org.brijframework.lifecycle.Initializer,ModelPropertyDiffination,ModelDiffination<AccessibleObject>
- Direct Known Subclasses:
AbstractModelRelationDiffination,ModelPropertyDiffinationImpl
public abstract class AbstractModelPropertyDiffination extends AbstractModelDiffination<AccessibleObject> implements ModelPropertyDiffination
-
-
Field Summary
Fields Modifier and Type Field Description booleanrequired
-
Constructor Summary
Constructors Constructor Description AbstractModelPropertyDiffination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getMapper()ModelTypeDeffinationgetOwner()AccessibleObjectgetType()ObjectgetValue()booleanisRequired()voidsetMapper(Map<String,String> mapper)voidsetOwner(ModelTypeDeffination owner)voidsetRequired(boolean required)voidsetType(AccessibleObject type)voidsetValue(Object value)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.ModelDiffination
getAccess
-
Methods inherited from interface org.brijframework.model.diffination.ModelPropertyDiffination
getGetterModifiers, getSetterModifiers, getTargetAsField, getTargetAsMethod, isField, isGetter, isSetter
-
-
-
-
Method Detail
-
getOwner
public ModelTypeDeffination getOwner()
- Specified by:
getOwnerin interfaceModelPropertyDiffination
-
setOwner
public void setOwner(ModelTypeDeffination owner)
-
setValue
public void setValue(Object value)
- Specified by:
setValuein interfaceModelPropertyDiffination
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceModelPropertyDiffination
-
setType
public void setType(AccessibleObject type)
-
getType
public AccessibleObject getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<AccessibleObject>- Specified by:
getTypein interfaceModelPropertyDiffination
-
isRequired
public boolean isRequired()
-
setRequired
public void setRequired(boolean required)
-
-