616263646566676869
NAME2ENTITY.put(entity.name.toString(), entity); return entity; } static Attribute newAttribute(final String name) { final Attribute attribute = new Attribute(name); NAME2ATTRIBUTE.put(attribute.name.toString(), attribute); return attribute; }