FileDocCategorySizeDatePackage
Property.javaAPI DocAndroid 5.1 API679Sat Mar 14 14:09:40 GMT 2015android.util

Property

public abstract class Property extends Object

Fields Summary
Constructors Summary
public Property(Class type, String name)

 throw new RuntimeException("Stub!"); 
Methods Summary
public abstract Vget(T object)

public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public java.lang.ClassgetType()

 throw new RuntimeException("Stub!"); 
public booleanisReadOnly()

 throw new RuntimeException("Stub!"); 
public static android.util.Propertyof(java.lang.Class hostType, java.lang.Class valueType, java.lang.String name)

 throw new RuntimeException("Stub!"); 
public voidset(T object, V value)

 throw new RuntimeException("Stub!");