| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for objects that represents elements of java.
| Method Summary | |
|  java.lang.String | getName()Returns the name of the element. | 
|  boolean | isPackageProtected()Returns trueif this element is package protected. | 
|  boolean | isPrivate()Returns trueif this element is private. | 
|  boolean | isProtected()Returns trueif this element is protected. | 
|  boolean | isPublic()Returns trueif this element is public. | 
| Method Detail | 
public java.lang.String getName()
public boolean isPublic()
true if this element is public.public boolean isProtected()
true if this element is protected.public boolean isPackageProtected()
true if this element is package protected.public boolean isPrivate()
true if this element is private.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||