sType = pp.getType() == Type.STRING ? "String" : pp.getType().jvmType();
} else if (p instanceof IFXObjectProperty) {
IFXObjectProperty op = (IFXObjectProperty) p;
sType = op.getElementTypeAsString(false);
} else if (p instanceof IFXEnumProperty) {
IFXEnumProperty ep = (IFXEnumProperty) p;
sType = ep.getEnumTypeAsString(false);
} else {
sType = "<unknown>";
}
FXMLCompletionProposal cp = createElementProposal(contentAssistRequest, context, proposalValue,