|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Choice
The choice is a simple boolean-algebra-style mechanism for selecting and/or discriminating parts of a digital item.
A choice describes a set of related selections. The selections within a choice are either exclusive (choose exactly one)
or inclusive (choose any number, including all or none).
Method Summary | |
---|---|
java.lang.String |
getChoiceIdentifier()
Get the identifier of this element. |
java.util.List<Condition> |
getConditions()
Get the Condition s associated with this instance. |
java.lang.String[] |
getDefaultSelections()
Get default selections, which are used in the absence of info to make a more specific decision. |
java.util.List<Descriptor> |
getDescriptors()
Get the Descriptor s associated with this instance. |
java.lang.Integer |
getMaxSelections()
Get the maximum number of selections of this choice. |
java.lang.Integer |
getMinSelections()
Get the minimum number of selections of this choice. |
java.util.List<Selection> |
getSelections()
Get the Selection s associated with this Choice.. |
Method Detail |
---|
java.lang.String getChoiceIdentifier()
java.util.List<Condition> getConditions()
Condition
s associated with this instance.
java.lang.String[] getDefaultSelections()
java.util.List<Descriptor> getDescriptors()
Descriptor
s associated with this instance.
java.lang.Integer getMaxSelections()
java.lang.Integer getMinSelections()
java.util.List<Selection> getSelections()
Selection
s associated with this Choice..
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |