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()
throws Exception
- Throws:
Exception
setValue
public void setValue(Object value)
throws Exception
- Throws:
Exception
Copyright © 2003-2005 The Codehaus. All Rights Reserved.