Package groovy.lang
Class PropertyValue
- java.lang.Object
 - 
- groovy.lang.PropertyValue
 
 
- 
public class PropertyValue extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyValue(Object bean, MetaProperty mp) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ClassgetType()ObjectgetValue()voidsetValue(Object value) 
 -