<h2>org.autoplot.datasource.DataSetURI.CompletionResult</h2><p>Represents a single suggestion in a completion list. For example, http://autoplot.org/data/versioning/data_<C> would result in completions for each file in the folder, and the aggregation, and each is represented by one completion result. The completion result contains the human-readable label and a documentation string, as well as the replacement text.</p> <hr> <a name="completion"></a> <h2>completion</h2> <p>the suggestion to replace the completeable string.</p> <hr> <a name="doc"></a> <h2>doc</h2> <p>human-readable documentation.</p> <hr> <a name="label"></a> <h2>label</h2> <p>human-readable label.</p> <hr> <a name="completable"></a> <h2>completable</h2> <p>the string that will be replaced, or null.</p> <hr> <a name="maybePlot"></a> <h2>maybePlot</h2> <p>If true then the service-provider code believes this completion should be usable after the completion.</p> <hr> <a name="SEPARATOR"></a> <h2>SEPARATOR</h2> <p></p> <hr> <a name="toString"></a> <h2>toString</h2> toString( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p></p> <h3>Returns:</h3> java.lang.String <br><br> <a href="https://github.com/autoplot/dev/search?q=toString&unscoped_q=toString">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/DataSetURI.CompletionResult.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DataSetURI.CompletionResult.html#toString">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.CompletionResult.java#l1615">[view source]</a> <br> <br>