public final class PropertyWrapper extends Object
java.beans.PropertyDescriptor
or com.googlecode.openbeans.PropertyDescriptor.
Used to eliminate compile-time dependencies with package java.beans.* which is not
available to Android developers.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of a property of a Java bean.
|
Method |
getReadMethod()
Returns the method that should be used to read the value of a property of a Java bean.
|
Method |
getWriteMethod()
Returns the method that should be used to write a value to a property of a Java bean.
|
public final Method getWriteMethod()
null.public final Method getReadMethod()
null.public final String getName()
null.Copyright © 2018 Univocity Software Pty Ltd. All rights reserved.