|
||||||||||
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 true if this element is package protected. |
boolean |
isPrivate()
Returns true if this element is private. |
boolean |
isProtected()
Returns true if this element is protected. |
boolean |
isPublic()
Returns true if 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 |