.getValue(MEMENTO_KEY_PROPERTY);
// TODO assuming that the data in the slot is the correct
// kind of data, should definately ask Lars if this is going
// ot be ok though
setResolver(slot, new FirstResourcePropertyResolver(
property, slot.getDataType()));
} else if (MEMENTO_VALUE_CALCULATION.equals(value)) {
String property = (String) child
.getValue(MEMENTO_KEY_PROPERTY);
String calculationType = (String) child