Searched refs:PVals (Results 1 – 1 of 1) sorted by relevance
62 PropertyValue[] PVals = null; in _getById() local64 PVals = (PropertyValue[])oObj.getByIndex(nr); in _getById()78 for (int i = 0; i < PVals.length; i++) { in _getById()79 if (PVals[i].Name.equals("Name")) in _getById()80 FName = (String)PVals[i].Value; in _getById()81 if (PVals[i].Name.equals("Id")) in _getById()82 FId = (Integer)PVals[i].Value; in _getById()100 objFName = (String)PVals[i].Value; in _getById()102 objFId = (Integer)PVals[i].Value; in _getById()
Completed in 5 milliseconds