Save This Page
Home » groovy-src-1.6.3 » org.codehaus » groovy » reflection » [javadoc | source]
org.codehaus.groovy.reflection
public class: CachedField [javadoc | source]
java.lang.Object
   groovy.lang.MetaProperty
      org.codehaus.groovy.reflection.CachedField
Field Summary
public final  Field field     
Fields inherited from groovy.lang.MetaProperty:
name,  type,  PROPERTY_SET_PREFIX
Constructor:
 public CachedField(Field field) 
Method from org.codehaus.groovy.reflection.CachedField Summary:
getModifiers,   getProperty,   isStatic,   setProperty
Methods from groovy.lang.MetaProperty:
getGetterName,   getModifiers,   getName,   getProperty,   getSetterName,   getType,   setProperty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.reflection.CachedField Detail:
 public int getModifiers() 
 public Object getProperty(Object object) 
 public boolean isStatic() 
 public  void setProperty(Object object,
    Object newValue) 
    Sets the property on the given object to the new value