<h2>org.autoplot.jythonsupport.Param</h2><p>Class for representing a Parameter. This has been buried within the JythonUtil class and will be useful on its own.</p> <h2>Param( )</h2> <p></p> <hr> <a name="name"></a> <h2>name</h2> <p></p> <hr> <a name="label"></a> <h2>label</h2> <p></p> <hr> <a name="deft"></a> <h2>deft</h2> <p></p> <hr> <a name="value"></a> <h2>value</h2> <p></p> <hr> <a name="doc"></a> <h2>doc</h2> <p></p> <hr> <a name="enums"></a> <h2>enums</h2> <p></p> <hr> <a name="examples"></a> <h2>examples</h2> <p></p> <hr> <a name="constraints"></a> <h2>constraints</h2> <p>constraints for the value, such as:<ul> <li>'labels':Arrays.asList(['RBSP-A','RBSP-B']) labels for each enum. </ul></p> <hr> <a name="type"></a> <h2>type</h2> <p>The parameter type:<ul> <li>T (TimeRange), <li>A (String, but note a string with the values enumerated either T or F is treated as a boolean.) <li>F (Double or Integer, but note the values [0,1] imply it's a boolean.), <li>D (Datum), <li>S (DatumRange), <li>U (Dataset URI), <li>L (URL), a file location, not a URI with parameters, <li>M (local file or directory), <li>or R (the resource URI) </ul></p> <hr> <a name="CONSTRAINT_LABELS"></a> <h2>CONSTRAINT_LABELS</h2> <p>List<String> of labels.</p> <hr> <a name="CONSTRAINT_MIN"></a> <h2>CONSTRAINT_MIN</h2> <p>Number for the minimum, inclusive</p> <hr> <a name="CONSTRAINT_MAX"></a> <h2>CONSTRAINT_MAX</h2> <p>Number for the maximum, inclusive</p> <hr> <a name="CONSTRAINT_EXAMPLES"></a> <h2>CONSTRAINT_EXAMPLES</h2> <p>List<Object> example values, which will be the same as the examples field.</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/jythonsupport/Param.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/Param.html#toString">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Param.java#l60">[view source]</a> <br> <br>