org.autoplot.jythonsupport.Param

Class for representing a Parameter. This has been buried within the JythonUtil class and will be useful on its own.

Param( )


name


label


deft


value


doc


enums


examples


constraints

constraints for the value, such as:


type

The parameter type:


CONSTRAINT_LABELS

List<String> of labels.


CONSTRAINT_MIN

Number for the minimum, inclusive


CONSTRAINT_MAX

Number for the maximum, inclusive


CONSTRAINT_EXAMPLES

List<Object> example values, which will be the same as the examples field.


toString

toString( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc] [view source]