Package wt.epm.ndi

Interface EPMNDChoice

All Superinterfaces:
EPMNDObject

public interface EPMNDChoice extends EPMNDObject
EPM Neutral Data interface for Choice

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: description; It is a description of the model item specified by the user.
    Gets the value of the attribute: masterObjectId; Returns the ObjectIdentifier of the master of this choice.
    Gets the value of the attribute: name; (required)

    Supported API: true
    Gets the value of the attribute: option; This is the option to which the choice belongs (required)

    Supported API: true

    Methods inherited from interface wt.epm.ndi.EPMNDObject

    getObjectId
  • Method Details

    • getName

      String getName() throws WTException
      Gets the value of the attribute: name; (required)

      Supported API: true
      Returns:
      String
      Throws:
      WTException
    • getOption

      EPMNDOption getOption() throws WTException
      Gets the value of the attribute: option; This is the option to which the choice belongs (required)

      Supported API: true
      Returns:
      String
      Throws:
      WTException
    • getDescription

      String getDescription() throws WTException
      Gets the value of the attribute: description; It is a description of the model item specified by the user. (optional)

      Supported API: true
      Returns:
      String
      Throws:
      WTException
    • getMasterObjectId

      ObjectIdentifier getMasterObjectId() throws WTException
      Gets the value of the attribute: masterObjectId; Returns the ObjectIdentifier of the master of this choice.

      Supported API: true
      Returns:
      ObjectIdentifier
      Throws:
      WTException