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.
-
Field Details
-
readMethod_
-
writeMethod_
-
-
Constructor Details
-
PropertyInfo
Constructor.- Parameters:
readMethod
- the readMethodwriteMethod
- the writeMethod
-
-
Method Details
-
getReadMethod
- Returns:
- the readMethod
-
getWriteMethod
- Returns:
- the writeMethod
-