|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimpledb.Permissions
public class Permissions
Class representing requested permissions to a relation/file. Private constructor with two static objects READ_ONLY and READ_WRITE that represent the two levels of permission.
Field Summary | |
---|---|
(package private) int |
permLevel
|
static Permissions |
READ_ONLY
|
static Permissions |
READ_WRITE
|
Constructor Summary | |
---|---|
private |
Permissions(int permLevel)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int permLevel
public static final Permissions READ_ONLY
public static final Permissions READ_WRITE
Constructor Detail |
---|
private Permissions(int permLevel)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |