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