Package wt.epm.ndi
Interface EPMNDChoiceAssignment
public interface EPMNDChoiceAssignment
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: choice.booleanGets the value of the attribute: exclude; This specifies whether to exclude or include a link or a config assembly to which this choice is assigned when the choice matches the choice selected in the variant spec (required)
Supported API: true
-
Method Details
-
getChoice
Gets the value of the attribute: choice. (required)
Supported API: true- Returns:
- EPMNDChoice
- Throws:
WTException
-
isExcluded
Gets the value of the attribute: exclude; This specifies whether to exclude or include a link or a config assembly to which this choice is assigned when the choice matches the choice selected in the variant spec (required)
Supported API: true- Returns:
- boolean
- Throws:
WTException
-