File
Doc
Category
Size
Date
Package
Property.java
API Doc
Android 5.1 API
679
Sat Mar 14 14:09:40 GMT 2015
android.util
Property
java.lang.Object
public abstract class Property extends Object
Fields Summary
Constructors Summary
public Property
(
Class
type,
String
name)
throw new RuntimeException("Stub!");
Methods Summary
public abstract
V
get
(
T
object)
public
java.lang.String
getName
()
throw new RuntimeException("Stub!");
public
java.lang.Class
getType
()
throw new RuntimeException("Stub!");
public
boolean
isReadOnly
()
throw new RuntimeException("Stub!");
public static
android.util.Property
of
(
java.lang.Class
hostType,
java.lang.Class
valueType,
java.lang.String
name)
throw new RuntimeException("Stub!");
public void
set
(
T
object,
V
value)
throw new RuntimeException("Stub!");
Java Code Source