LiteralValue firstLiteral = selectorToLiteralValueMap.values().iterator().next();
LiteralValue defaultLiteral = new DefaultLiteralValue(null, firstLiteral.getValues(), firstLiteral.isComplex());
addLiteralValue(defaultLiteral);
}
} else {
throw new IllegalStateException(new PropertyNotFoundException("value '" + getId()
+ "'is missing a default value property"));
}
cursor.dispose();
}