Class FieldProperty

java.lang.Object
org.minimalj.model.properties.FieldProperty
All Implemented Interfaces:
PropertyInterface

public class FieldProperty
extends java.lang.Object
implements PropertyInterface
  • Constructor Summary

    Constructors 
    Constructor Description
    FieldProperty​(java.lang.reflect.Field field)  
  • Method Summary

    Modifier and Type Method Description
    <T extends java.lang.annotation.Annotation>
    T
    getAnnotation​(java.lang.Class<T> annotationClass)  
    java.lang.Class<?> getClazz()  
    java.lang.Class<?> getDeclaringClass()  
    java.lang.Class<?> getGenericClass()  
    java.lang.String getName()  
    java.lang.String getPath()  
    java.lang.Object getValue​(java.lang.Object object)  
    boolean isFinal()  
    void setValue​(java.lang.Object object, java.lang.Object value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait