# Print output for @column tags ?> Type - Android SDK | Android Developers

Most visited

Recently visited

Type

public interface Type

java.lang.reflect.Type


Type is the common superinterface for all types in the Java programming language. These include raw types, parameterized types, array types, type variables and primitive types.

Summary

Public methods

default String getTypeName()

Returns a string describing this type, including information about any type parameters.

Public methods

getTypeName

public String getTypeName ()

Returns a string describing this type, including information about any type parameters.

Implementation Requirements:
  • The default implementation calls toString.
Returns
String a string describing this type