| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.PropertyValue
public class PropertyValue extends Object
| Constructor Summary | |
            PropertyValue(Object bean, MetaProperty mp)
             | 
        |
| Method Summary | |
|---|---|
            String
         | 
        
            getName()
             | 
        
            Class
         | 
        
            getType()
             | 
        
            Object
         | 
        
            getValue()
             | 
        
            void
         | 
        
            setValue(Object value)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public PropertyValue(Object bean, MetaProperty mp)
| Method Detail | 
|---|
public String getName()
public Class getType()
public Object getValue()
public void setValue(Object value)
Copyright © 2003-2010 The Codehaus. All rights reserved.