コード例 #1
0
 public boolean isReadonly() {
   if (profile == null) return true;
   return profile.isReadonly();
 }