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

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

1 .toString().length();
2 out.setProperty("filename", path.toString());
3 if (toString().equals(jid.toString())) return true;
4 propertySupport.firePropertyChange ("Name", oldValue, name.toString());
5 propertySupport.firePropertyChange ("EmailAddress", oldValue, emailAddress.toString());
6 String path_str = this.getClass().getProtectionDomain().getCodeSource().getLocation().getFile().toString();
7 if (path.segmentCount() < 1 || !selected.contains(path.segment(0).toString())) {
8 textArea.append(sample.getSamplerData().toString());
9 program.add(new PushOperator(attr.toString()));
10 String ct = lookupValue(serverHeader.toString(), "Content-Type:");
11 accesslog.println (con.getSocket ().getInetAddress ().getHostAddress().toString() +
12 if (!whereCondition.toString().equals("ALL")) deleteStatement.append(" where " + whereCondition);
13 P6LogQuery.log("resultset", query, buffer.substring(0, buffer.length() - 2).toString());
14 (parser = (Parser) cachedWSDL.get(this.wsdlLocation.toString())) != null) {
15 useAntiAlias = "true".equalsIgnoreCase(userSettings.getProperty("config.antialias").toString());
16 if ( digit < 0 ) throw new NumberFormatException("'"+buffer.toString()+"' has wrong format");
17 File destination = new File(CpPath.toString() + File.separatorChar + htmlFile.getName().toString());
18 if( "fs:".equals( nameObj.get(0).toString() ))
19 dot.writeRef(new DataObjectTest("x").getClass().getName().toString() + " started ...");
20 conf.setProperty(p, val.toString());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.