Lines Matching refs:Index
72 int Index = 0; field in _XIndexContainer
91 Index = 1; in _insertByIndex()
93 Index = Integer.parseInt(sIndex); in _insertByIndex()
94 Index++; in _insertByIndex()
96 Integer.toString(Index)); in _insertByIndex()
100 log.println("get ObjRelation(\"INSTANCE" + Index +"\")"); in _insertByIndex()
101 Object oInstance = tEnv.getObjRelation("INSTANCE"+ Index); in _insertByIndex()
103 log.println("ObjRelation(\"INSTANCE" + Index +"\") Object n.a."); in _insertByIndex()
106 log.println("testing insertByIndex(\"" + Index + "\")..."); in _insertByIndex()
108 oObj.insertByIndex(Index, oInstance); in _insertByIndex()
109 result &= oObj.getByIndex(Index) != null ; in _insertByIndex()
110 log.println("insertByIndex(\""+Index+"\")...OK"); in _insertByIndex()
112 log.println("insertByIndex(\""+Index+"\"): " + e + " FLASE"); in _insertByIndex()
115 log.println("insertByIndex(\""+Index+"\"): " + e + " FLASE"); in _insertByIndex()
118 log.println("insertByIndex(\""+Index+"\"): " + e + " FLASE"); in _insertByIndex()
162 log.println("remove " +Index); in _removeByIndex()
166 oObj.removeByIndex(Index); in _removeByIndex()
174 log.println("1. removeByIndex(\""+Index+"\") ...OK"); in _removeByIndex()
177 log.println("1. removeByIndex:(\""+Index+"\") " + in _removeByIndex()
181 log.println("1. removeByIndex:(\""+Index+"\") " + in _removeByIndex()