LeverDomain

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).

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.