Package org.aopalliance.reflect
Interface Member
- All Superinterfaces:
ProgramUnit
This interface represents a class member.
A member can be a field, a method, or a constructor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A constant to denote the program side that provides this member.static final int
A constant to denote the program side that uses this member. -
Method Summary
Modifier and TypeMethodDescriptionGets the class that declares this member.int
The modifiers value.getName()
The member's name.Methods inherited from interface org.aopalliance.reflect.ProgramUnit
addMetadata, getLocator, getMetadata, getMetadatas, removeMetadata
-
Field Details
-
USER_SIDE
static final int USER_SIDEA constant to denote the program side that uses this member.- See Also:
-
PROVIDER_SIDE
static final int PROVIDER_SIDEA constant to denote the program side that provides this member.- See Also:
-
-
Method Details