English | Site Directory

Android - An Open Handset Alliance Project

java.lang.annotation
public final enum

java.lang.annotation.ElementType

java.lang.Object
java.lang.Enum Serializable Comparable
java.lang.annotation.ElementType

An enumeration of element types.

Summary

Enum Values

ElementType  ANNOTATION_TYPE 

Annotation type declaration. 

ElementType  CONSTRUCTOR 

Constructor declaration. 

ElementType  FIELD 

Field declaration. 

ElementType  LOCAL_VARIABLE 

Local variable declaration. 

ElementType  METHOD 

Method declaration. 

ElementType  PACKAGE 

Package declaration. 

ElementType  PARAMETER 

Parameter declaration. 

ElementType  TYPE 

Class, interface or enum declaration. 

Public Methods

      static  ElementType  valueOf(String name)
    final  static  ElementType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final ElementType ANNOTATION_TYPE

Annotation type declaration.

public static final ElementType CONSTRUCTOR

Constructor declaration.

public static final ElementType FIELD

Field declaration.

public static final ElementType LOCAL_VARIABLE

Local variable declaration.

public static final ElementType METHOD

Method declaration.

public static final ElementType PACKAGE

Package declaration.

public static final ElementType PARAMETER

Parameter declaration.

public static final ElementType TYPE

Class, interface or enum declaration.

Public Methods

public static ElementType valueOf(String name)

public static final ElementType[] values()

Build m5-rc15g - 14 May 2008 12:50