Class ClassConfiguration.PropertyInfo
java.lang.Object
org.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
- Enclosing class:
ClassConfiguration
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyInfo
-
-
Method Details
-
getReadMethod
- Returns:
- the readMethod
-
getWriteMethod
- Returns:
- the writeMethod
-