Package wt.epm.ndi

Interface EPMNDChoiceAssignment


public interface EPMNDChoiceAssignment


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: choice.
    boolean
    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
  • Method Details

    • getChoice

      EPMNDChoice getChoice() throws WTException
      Gets the value of the attribute: choice. (required)

      Supported API: true
      Returns:
      EPMNDChoice
      Throws:
      WTException
    • isExcluded

      boolean isExcluded() throws WTException
      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