The following features are supported:
342343344345346347348349350351352353
{ result.append(','); } result.append(eAttribute.getName()); result.append('='); EDataType eDataType = eAttribute.getEAttributeType(); EFactory eFactory = eDataType.getEPackage().getEFactoryInstance(); if (eAttribute.isMany()) { List<?> values = (List<?>)eObject.eGet(eAttribute); result.append('['); if (!values.isEmpty())