Class TypedValue


  • public class TypedValue
    extends Object
    WARNING: Reporter is still a beta feature, structural changes might occur in the future releases

    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