}
}
} else if( object instanceof SimpleValueProperty ) {
SimpleValueProperty sp = (SimpleValueProperty) object;
if( sp.eContainer() instanceof Property && sp.getStringValue() != null ) {
Property p = (Property) sp.eContainer();
if( p.eContainer() instanceof Element ) {
Element e = (Element) p.eContainer();
if( e.getType() != null ) {
IType t = getJDTType(e.getType().getType());