LOG.warn("{}: ignoring option {}, as attribute {} does not exist",getTypeName(),AtlasEntityDef.OPTION_DISPLAY_TEXT_ATTRIBUTE,this.displayTextAttribute);
this.displayTextAttribute=null;
}
}
if(this.displayTextAttribute==null){// find displayTextAttribute in direct superTypes
for(AtlasEntityTypesuperType:superTypes){
// read from superType's entityDef; not from superType.getDisplayTextAttribute(), as that might have been resolved to its superType