Java android.util Property fields, constructors, methods, implement or subclass

Example usage for Java android.util Property fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util Property.

The text is from its open source code.

Constructor

Property(Class type, String name)
A constructor that takes an identifying name and #getType() type for the property.

Method

Vget(T object)
Returns the current value that this property represents on the given object.