Class ClassConfiguration.PropertyInfo
- java.lang.Object
-
- org.htmlunit.javascript.configuration.ClassConfiguration.PropertyInfo
-
- Enclosing class:
- ClassConfiguration
public static class ClassConfiguration.PropertyInfo extends java.lang.ObjectClass 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.MethodreadMethod_private java.lang.reflect.MethodwriteMethod_
-
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.MethodgetReadMethod()java.lang.reflect.MethodgetWriteMethod()
-