MultipleChoiceProperty Class |
The MultipleChoiceProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | MultipleChoiceProperty | Initializes a new instance of the MultipleChoiceProperty class |
![]() | MultipleChoiceProperty | Initializes a new instance of the MultipleChoiceProperty class |
Name | Description | |
---|---|---|
![]() | Choices | To be added. |
![]() | JniPeerMembers | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
Name | Description | |
---|---|---|
![]() | GetAllowedValues | Returns the allowed values of the property. |
MultipleChoiceProperty
is the class that implements the property of type
MultipleChoice.
The single choices are defined by the class that can be retrieved calling getChoices()
.
The value of the property is a combination of single choices.
The combinations of the single choices that are allowed values can be retrieved calling getAllowedValues()
.