C#
Java
public enum SaneConstraintType | Value | Member | Description |
|---|---|---|
| 0 | None | Unconstrained option value |
| 1 | Range | Constrains the option value to a range of numbers. Refer to SaneRangeConstraint. |
| 2 | ValueList | Constrains the option value to a list of numeric values |
| 3 | StringList | Constrains the option value to a list of strings |