}
final ImageAssetReference imageAssetReference;
if (value instanceof StyleURI) {
String uri = ((StyleURI) value).getURI();
imageAssetReference = new LiteralImageAssetReference(uri);
} else if (value instanceof StyleComponentURI) {
StyleComponentURI styleComponentURI = (StyleComponentURI) value;
// Resolve the identity against the project associated with the
// value.