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

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

1 this.setProperty(s,d.toString());
2 this.print(new Long(l).toString());
3 log.info("Removing Process ID " + getId().toString());
4 masterTable.setProperty(DELTA_EXPIRATION_PREFIX + pluginId, new Long(timestamp).toString());
5 editBeginValue = lv.toString();
6 mBaseProvider.setFieldValue("value",(new Long(llValue)).toString());
7 result.put("authRefNum", new Long(nowTime).toString());
8 logGraphBegin("getLovValue " + p_oid.toString());
9 (new Long(ordinal)).toString());
10 String uidNumber = new Long(System.currentTimeMillis()).toString();
11 parseResource.setPersistentProperty(modKey, new Long(modTime).toString());
12 new Long(aSaveInterval).toString());
13 params.put(storyInBacklog.id.toString(), null);
14 longFormat[1] = new Long(length).toString();
15 result.write(new Long(c.getLong("config.long.value")).toString());
16 atts.addAttribute("", "key", "key", "CDATA", key.toString());
17 Object[] arr = {identifier.toString()};
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.