Class TypedValue


  • public class TypedValue
    extends Object
    A class associating a value with a type. The value should be an instance of any of the following classes: Integer, Long, Float, Double, Boolean or String. The type is given by a string. Some generic types are provided by public constants of current class.
    Author:
    Florian Dupuy