public abstract class Property extends Object implements Comparable<Property>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Property o) |
abstract Object |
get(Object object) |
abstract Class<?>[] |
getActualTypeArguments() |
String |
getName() |
Class<?> |
getType() |
boolean |
isReadable() |
boolean |
isWritable() |
abstract void |
set(Object object,
Object value) |
String |
toString() |
public Class<?> getType()
public abstract Class<?>[] getActualTypeArguments()
public String getName()
public int compareTo(Property o)
compareTo
in interface Comparable<Property>
public boolean isWritable()
public boolean isReadable()
Copyright © 2008-2012. All Rights Reserved.