|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Visibility
Access allowed to a class member from other classes, as
specified by the public
, private
,
protected
and internal
modifiers (or lack of) in
the member's definition.
Field Summary | |
---|---|
static Visibility |
DEFAULT
Default access, as specified by the lack of any specific keyword. |
static Visibility |
INTERNAL
Internal access, as specified by the "internal" modifier. |
static Visibility |
PRIVATE
Private access, as specified by the "private" modifier. |
static Visibility |
PROTECTED
Protected access, as specified by the "protected" 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 PROTECTED
static final Visibility INTERNAL
static final Visibility DEFAULT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |