Example #1
0
 public int indexOf(EStructuralFeature feature, Object value) {
   CDOList list = getList(feature);
   return list.indexOf(value);
 }