Package groovy.lang
Class PropertyValue
java.lang.Object
groovy.lang.PropertyValue
public class PropertyValue
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description PropertyValue(java.lang.Object bean, MetaProperty mp)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
PropertyValue
 
- 
- 
Method Details- 
getNamepublic java.lang.String getName()
- 
getTypepublic java.lang.Class getType()
- 
getValuepublic java.lang.Object getValue()
- 
setValuepublic void setValue(java.lang.Object value)
 
-