Field
|
Description
|
||
---|---|---|---|
None
|
Indicates that there are no constraints for this parameter.
|
||
Range
|
Specifies a range of valid values for the parameter. If this option is selected, you are asked to specify a minimum and maximum value. A range can be used for any primitive type (excluding Boolean).
|
||
List
|
Indicates that there is a list of possible values for the parameter. This option is available for all primitive types except Boolean.
|
||
Dynamic List
|
Allows you to specify a Java class and a static method that returns the list of allowed values based on the values of other parameters of the part. For this option, you are asked to enter a class name and method name that is used to return a java.util.SortedMap between the allowed values and its image URLs. This option is available for all primitive types except Boolean, URL, Reference, Real Number with Units.
|