|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Visibility
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 |
---|
static final Visibility PRIVATE
static final Visibility PUBLIC
static final Visibility DEFAULT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |