com.gargoylesoftware.htmlunit.javascript.configuration
Class ClassConfiguration.PropertyInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassConfiguration.PropertyInfo
protected ClassConfiguration.PropertyInfo()
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.