org.openqa.selenium.remote
Class SimplePropertyDescriptor
java.lang.Object
org.openqa.selenium.remote.SimplePropertyDescriptor
public class SimplePropertyDescriptor
- extends 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(String name,
Method readMethod,
Method writeMethod)
getName
public String getName()
getReadMethod
public Method getReadMethod()
getWriteMethod
public Method getWriteMethod()
getPropertyDescriptors
public static SimplePropertyDescriptor[] getPropertyDescriptors(Class<? extends Object> clazz)
Copyright © 2012. All Rights Reserved.