groovy.lang
Class PropertyValue

java.lang.Object
  extended bygroovy.lang.PropertyValue

public class PropertyValue
extends java.lang.Object


Field Summary
private  java.lang.Object bean
           
private  MetaProperty mp
           
 
Constructor Summary
PropertyValue(java.lang.Object bean, MetaProperty mp)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

private java.lang.Object bean

mp

private MetaProperty mp
Constructor Detail

PropertyValue

public PropertyValue(java.lang.Object bean,
                     MetaProperty mp)
Method Detail

getName

public java.lang.String getName()

getType

public java.lang.Class getType()

getValue

public java.lang.Object getValue()
                          throws java.lang.Exception
Throws:
java.lang.Exception

setValue

public void setValue(java.lang.Object value)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2005 The Codehaus. All Rights Reserved.