com.gargoylesoftware.htmlunit.javascript.configuration
Class ClassConfiguration.PropertyInfo

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
Enclosing class:
ClassConfiguration

protected class ClassConfiguration.PropertyInfo
extends Object

Class used to contain the property information if the property is readable, writable and the methods that implement the get and set functions.


Constructor Summary
protected ClassConfiguration.PropertyInfo()
           
 
Method Summary
 Method getReadMethod()
           
 Method getWriteMethod()
           
 void setReadMethod(Method readMethod)
           
 void setWriteMethod(Method writeMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassConfiguration.PropertyInfo

protected ClassConfiguration.PropertyInfo()
Method Detail

getReadMethod

public Method getReadMethod()
Returns:
the readMethod

setReadMethod

public void setReadMethod(Method readMethod)
Parameters:
readMethod - the readMethod to set

getWriteMethod

public Method getWriteMethod()
Returns:
the writeMethod

setWriteMethod

public void setWriteMethod(Method writeMethod)
Parameters:
writeMethod - the writeMethod to set


Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.