Method toString(short s)
Return type: java.lang.String
Member of: java.lang.Short
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 setProperty(propertyName, Short.toString(value));
2 add(Short.toString(value));
3 jComboBox1.addItem("Short: " + Short.toString(myTypes.getMyShort()));
4 setValue( key, Short.toString( value ) );
5 File newDir = new File( baseDir, Short.toString( channel ) );
6 element.setAttribute("Dimension Count", Short.toString(arrayDesc.cDims));
7 element.setAttribute("Dimension Count", Short.toString(arrayDesc.cDims));
8 e.setAttribute(ID, Short.toString(info.symbol));
9 throw new RequestFailed("Unexpected return packet: "+Short.toString(type));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.