* @return
*/
@SuppressWarnings("unchecked")
private static Object checkReturnSub(Component source, SplitSub sub, String sourceAttr, AttrType sourceTypeAttr) {
AttrType t = source.getAttrType(sub.attr);
if (t == null) {
return null;
}
if (!checkSubType(sourceTypeAttr, t, sourceAttr, sub)) {