Lines Matching refs:Index
74 int Index = 0; field in _XIndexContainer
93 Index = 1; in _insertByIndex()
95 Index = Integer.parseInt(sIndex); in _insertByIndex()
96 Index++; in _insertByIndex()
98 Integer.toString(Index)); in _insertByIndex()
102 log.println("get ObjRelation(\"INSTANCE" + Index +"\")"); in _insertByIndex()
103 Object oInstance = tEnv.getObjRelation("INSTANCE"+ Index); in _insertByIndex()
105 log.println("ObjRelation(\"INSTANCE" + Index +"\") Object n.a."); in _insertByIndex()
108 log.println("testing insertByIndex(\"" + Index + "\")..."); in _insertByIndex()
110 oObj.insertByIndex(Index, oInstance); in _insertByIndex()
111 result &= oObj.getByIndex(Index) != null ; in _insertByIndex()
112 log.println("insertByIndex(\""+Index+"\")...OK"); in _insertByIndex()
114 log.println("insertByIndex(\""+Index+"\"): " + e + " FLASE"); in _insertByIndex()
117 log.println("insertByIndex(\""+Index+"\"): " + e + " FLASE"); in _insertByIndex()
120 log.println("insertByIndex(\""+Index+"\"): " + e + " FLASE"); in _insertByIndex()
164 log.println("remove " +Index); in _removeByIndex()
168 oObj.removeByIndex(Index); in _removeByIndex()
176 log.println("1. removeByIndex(\""+Index+"\") ...OK"); in _removeByIndex()
179 log.println("1. removeByIndex:(\""+Index+"\") " + in _removeByIndex()
183 log.println("1. removeByIndex:(\""+Index+"\") " + in _removeByIndex()