public interface Access
Modifier and Type | Field and Description |
---|---|
static int |
NONE |
static int |
READ_ONLY |
static int |
READ_WRITE |
static int |
WRITE_ONLY |
Modifier and Type | Method and Description |
---|---|
int |
getAccessMode() |
void |
setAccessMode(int accessMode) |
static final int READ_WRITE
static final int READ_ONLY
static final int WRITE_ONLY
static final int NONE