public interface Member extends ProgramUnit
A member can be a field, a method, or a constructor.
| Modifier and Type | Field and Description |
|---|---|
static int |
PROVIDER_SIDE
A constant to denote the program side that provides this
member.
|
static int |
USER_SIDE
A constant to denote the program side that uses this member.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getDeclaringClass()
Gets the class that declares this member.
|
int |
getModifiers()
The modifiers value.
|
String |
getName()
The member's name.
|
addMetadata, getLocator, getMetadata, getMetadatas, removeMetadatastatic final int USER_SIDE
static final int PROVIDER_SIDE
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.