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