org.openqa.selenium.remote
Class SimplePropertyDescriptor
java.lang.Object
org.openqa.selenium.remote.SimplePropertyDescriptor
public class SimplePropertyDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePropertyDescriptor
public SimplePropertyDescriptor()
SimplePropertyDescriptor
public SimplePropertyDescriptor(java.lang.String name,
java.lang.reflect.Method readMethod,
java.lang.reflect.Method writeMethod)
getName
public java.lang.String getName()
getReadMethod
public java.lang.reflect.Method getReadMethod()
getWriteMethod
public java.lang.reflect.Method getWriteMethod()
getPropertyDescriptors
public static SimplePropertyDescriptor[] getPropertyDescriptors(java.lang.Class<? extends java.lang.Object> clazz)
Copyright © 2011. All Rights Reserved.