groovy.lang
[Java] Class MetaExpandoProperty
java.lang.Object
  
groovy.lang.MetaProperty
      
groovy.lang.MetaExpandoProperty
public class MetaExpandoProperty
extends MetaProperty
 Represents a property in an Expando object
 
- Authors:
 - John Stump
 
- Version:
 - \$Revision\$
 
                     
                 
    
     
    
     
                 
                 
    
    
        
        MetaExpandoProperty
        public MetaExpandoProperty(Entry entry)
        
        - 
        
 
        
        
        
    
     
    
    
        
        getProperty
        public Object getProperty(Object object)
        
        - throws:
 - Exception if the property could not be evaluated
 
     - Returns:
 - the property of the given object
 
         
        
        
        
    
        
        setProperty
        public void setProperty(Object object, Object newValue)
        
        -  Sets the property on the given object to the new value
     
- Parameters:
 object -    on which to set the propertynewValue -  the new value of the property
         
        
        
        
    
     
Copyright © 2003-2011 The Codehaus. All rights reserved.