return false;
feature = ExtendedMetaData.INSTANCE.getAffiliation((EClass) type, feature);
if (feature != null && feature != property)
return false;
if (property instanceof ReferenceImpl) {
ReferenceImpl r = (ReferenceImpl) property;
if (r.isTransient())
return true;
EReference opposite = r.getEOpposite();
if (opposite != null && opposite.isContainment()) {
return true;
}
} else if (property instanceof AttributeImpl) {
AttributeImpl a = (AttributeImpl) property;