Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Inspector/
H A DIntrospector.java532 …etConstantDisplayString(int _nValue, XConstantTypeDescription[] _xConstantTypeDescription, String … in getConstantDisplayString() argument
534 int[] nbits = new int[_xConstantTypeDescription.length]; in getConstantDisplayString()
535 for (int i = 0; i < _xConstantTypeDescription.length; i++){ in getConstantDisplayString()
536 … short nConstantValue = ((Short) _xConstantTypeDescription[i].getConstantValue()).shortValue(); in getConstantDisplayString()
539 _sDisplayString += sPrefix + _xConstantTypeDescription[i].getName(); in getConstantDisplayString()

Completed in 10 milliseconds