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

java.lang.Object
  extended by 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.


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

Constructor Detail

ClassConfiguration.PropertyInfo

public ClassConfiguration.PropertyInfo(Method readMethod,
                                       Method writeMethod)
Constructor.

Parameters:
readMethod - the readMethod
writeMethod - the writeMethod
Method Detail

getReadMethod

public Method getReadMethod()
Returns:
the readMethod

getWriteMethod

public Method getWriteMethod()
Returns:
the writeMethod


Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.