Class ClassConfiguration.PropertyInfo

java.lang.Object
org.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.
Author:
Mike Bowler, Chris Erskine, Ahmed Ashour, Ronald Brill
  • Constructor Details

    • PropertyInfo

      public PropertyInfo(Method readMethod, Method writeMethod)
      Constructor.
      Parameters:
      readMethod - the readMethod
      writeMethod - the writeMethod
  • Method Details

    • getReadMethod

      public Method getReadMethod()
      Returns:
      the readMethod
    • getWriteMethod

      public Method getWriteMethod()
      Returns:
      the writeMethod