com.gargoylesoftware.htmlunit.javascript.configuration
Class ClassConfiguration.PropertyInfo
java.lang.Object
com.gargoylesoftware.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
- Enclosing class:
- ClassConfiguration
public static 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
public ClassConfiguration.PropertyInfo(Method readMethod,
Method writeMethod)
- Constructor.
- Parameters:
readMethod - the readMethodwriteMethod - the writeMethod
getReadMethod
public Method getReadMethod()
- Returns:
- the readMethod
getWriteMethod
public Method getWriteMethod()
- Returns:
- the writeMethod
Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.