|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the access to a class mamber allowed from other classes, as specified by the "public" and "private" modifiers (or lack of) in the member's definition.
Field Summary | |
static Visibility |
DEFAULT
Default access, as specified by the lack of either a "public or "private" modifier. |
static Visibility |
PRIVATE
Private access, as specified by the "private" modifier. |
static Visibility |
PUBLIC
Public access, as specified by the "public" modifier. |
Field Detail |
public static final Visibility PRIVATE
public static final Visibility PUBLIC
public static final Visibility DEFAULT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |