Class: ChoiceRange

$k. ChoiceRange

new $k.ChoiceRange()

Represents the value range of a choice attribute

Extends

Methods

choiceInternalNamed(internalName) : $k.Choice

Returns the choice with the internal name

Name Type Description
internalName string

The internal name of the choice

Throws:
Type Description
$k.exception.SchemaError

If there is no such choice

Returns:
Type Description
$k.Choice

choices() : Array.<$k.Choice>

Returns the possible choices

Returns:
Type Description
Array.<$k.Choice>

Intherited methods