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 String
getName()
Class
getType()
Object
getValue()
void
setValue(Object value)
-