178179180181182183184185186187188
if (!loaded) loadSynchronous(); EmsAttribute attribute = this.attributes.get(name); if (attribute == null && unsupportedType) { attribute = new DUnkownAttribute(this, name); this.attributes.put(name,attribute); } return attribute; }
176177178179180181182183184185186
181182183184185186187188189190191