public abstract class Property<T,V> extends Object
Property(Class<V> type, String name)
abstract V
get(T object)
String
getName()
Class<V>
getType()
boolean
isReadOnly()
static <T,V> Property<T,V>
of(Class<T> hostType, Class<V> valueType, String name)
void
set(T object, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Property(Class<V> type, String name)
public static <T,V> Property<T,V> of(Class<T> hostType, Class<V> valueType, String name)
public boolean isReadOnly()
public void set(T object, V value)
public abstract V get(T object)
public String getName()
public Class<V> getType()
Copyright © 2008-2013. All Rights Reserved.