예제 #1
0
 public static final boolean hasLogControl(byte role) {
   return ROLE.LOGCONTROL.isContained(role);
 }
예제 #2
0
 public boolean hasLogControl() {
   return ROLE.LOGCONTROL.isContained(role);
 }