groovy.lang
Class PropertyValue
java.lang.Object
groovy.lang.PropertyValue
public class PropertyValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValue
public PropertyValue(Object bean,
MetaProperty mp)
getName
public String getName()
getType
public Class getType()
getValue
public Object getValue()
setValue
public void setValue(Object value)
Copyright © 2003-2008 The Codehaus. All Rights Reserved.