Class ClassConfiguration.PropertyInfo
- java.lang.Object
-
- org.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
-
- Enclosing class:
- ClassConfiguration
public static class ClassConfiguration.PropertyInfo extends java.lang.Object
Class used to contain the property information if the property is readable, writable and the methods that implement the get and set functions.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
readMethod_
private java.lang.reflect.Method
writeMethod_
-
Constructor Summary
Constructors Constructor Description PropertyInfo(java.lang.reflect.Method readMethod, java.lang.reflect.Method writeMethod)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.Method
getReadMethod()
java.lang.reflect.Method
getWriteMethod()
-