Lever Domain
What values a lever can take, which decides how an out-of-range request may be repaired.
CONTINUOUS and INTEGER are ordered, so clamping means something — the nearest allowed value is a sensible reading of what was asked for. CATEGORICAL values are level indices standing for labels with no order, so clamping is never applied to one: coercing a request for level 9 into fast substitutes a category the rule never asked for, so such a request is rejected instead (§4.4.4).
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.