java.lang.reflect
Interface Member

All Known Implementing Classes:
Constructor, Field, Method

public interface Member


Field Summary
static int DECLARED
           
static int PUBLIC
           
 
Method Summary
 Class getDeclaringClass()
           
 int getModifiers()
           
 String getName()
           
 

Field Detail

PUBLIC

static final int PUBLIC
See Also:
Constant Field Values

DECLARED

static final int DECLARED
See Also:
Constant Field Values
Method Detail

getDeclaringClass

Class getDeclaringClass()

getModifiers

int getModifiers()

getName

String getName()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.