org.weda.property.impl
Class PropertyGetOperation

java.lang.Object
  extended by org.weda.property.impl.AbstractPropertyOperation<PropertyGetOperationListener>
      extended by org.weda.property.impl.PropertyGetOperation
All Implemented Interfaces:
PropertyOperation<PropertyGetOperationListener>

public class PropertyGetOperation
extends AbstractPropertyOperation<PropertyGetOperationListener>

Author:
Mikhail Titov

Field Summary
 
Fields inherited from class org.weda.property.impl.AbstractPropertyOperation
listeners, method, propertyName
 
Constructor Summary
PropertyGetOperation(java.lang.Class propOwnerClass, java.lang.String propName)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object obj, java.lang.Object propValue)
           
 
Methods inherited from class org.weda.property.impl.AbstractPropertyOperation
addListener, equals, getMethod, hashCode, removeListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyGetOperation

public PropertyGetOperation(java.lang.Class propOwnerClass,
                            java.lang.String propName)
                     throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object obj,
                               java.lang.Object propValue)
                        throws PropertyOperationException
Throws:
PropertyOperationException


Copyright © 2005-2006 . All Rights Reserved.