Beispiel #1
0
 public boolean isEmpty(EStructuralFeature feature) {
   CDOList list = getList(feature);
   return list.isEmpty();
 }