Searched refs:_xConstantTypeDescription (Results 1 – 1 of 1) sorted by relevance
532 …etConstantDisplayString(int _nValue, XConstantTypeDescription[] _xConstantTypeDescription, String … in getConstantDisplayString() argument534 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 16 milliseconds