|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes that implement this interface are access controllable according to the Java Language Specification. These include classes, interfaces, fields, methods, and constructors.
Field Summary | |
static int |
PACKAGE
Constant to indicate package access. |
static int |
PRIVATE
Constant to indicate private access. |
static int |
PROTECTED
Constant to indicate protected access. |
static int |
PUBLIC
Constant to indicate public access. |
Method Summary | |
int |
getAccess()
Gets the access level as one of the constants in this interface. |
void |
setAccess(int level)
Sets the access level according to the given constant. |
Field Detail |
public static final int PUBLIC
public static final int PACKAGE
public static final int PROTECTED
public static final int PRIVATE
Method Detail |
public void setAccess(int level)
public int getAccess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |