Beispiel #1
0
 public Object move(EStructuralFeature feature, int targetIndex, int sourceIndex) {
   CDOList list = getList(feature);
   return list.move(targetIndex, sourceIndex);
 }