217218219220221222223224225
} if (getAllFields().containsKey(tag)) { return getObject(getAllFields().get(tag)); } else { throw new NoSuchFieldException(tag); } }