Home
last modified time | relevance | path

Searched refs:_xTypeDescriptions (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java466 static boolean hasByName(XTypeDescription[] _xTypeDescriptions, String _sTypeName){ in hasByName() argument
467 for (int i = 0; i < _xTypeDescriptions.length; i++){ in hasByName()
468 if (_xTypeDescriptions[i].getName().equals(_sTypeName)){ in hasByName()

Completed in 16 milliseconds