org.openqa.selenium.remote
Class SimplePropertyDescriptor

java.lang.Object
  extended by org.openqa.selenium.remote.SimplePropertyDescriptor

public class SimplePropertyDescriptor
extends Object


Constructor Summary
SimplePropertyDescriptor()
           
SimplePropertyDescriptor(String name, Method readMethod, Method writeMethod)
           
 
Method Summary
 String getName()
           
static SimplePropertyDescriptor[] getPropertyDescriptors(Class<? extends Object> clazz)
           
 Method getReadMethod()
           
 Method getWriteMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePropertyDescriptor

public SimplePropertyDescriptor()

SimplePropertyDescriptor

public SimplePropertyDescriptor(String name,
                                Method readMethod,
                                Method writeMethod)
Method Detail

getName

public String getName()

getReadMethod

public Method getReadMethod()

getWriteMethod

public Method getWriteMethod()

getPropertyDescriptors

public static SimplePropertyDescriptor[] getPropertyDescriptors(Class<? extends Object> clazz)


Copyright © 2011. All Rights Reserved.