View Javadoc
1   package de.dlr.shepard.util;
2   
3   public enum PermissionType {
4     Public,
5     PublicReadable,
6     Private,
7   }