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