165166167168169170171172173174175
int index = 0; String id = ""; String title = ""; AttributeType type = AttributeType.STRING; AttributeOrigin origin = AttributeOrigin.DATA; String defaultValue = ""; boolean end = false; String name = null; while (reader.hasNext() && !end) {
189190191192193194195196197198199