Package wt.epm.ndi

Interface EPMNDOption

All Superinterfaces:
EPMNDObject

public interface EPMNDOption extends EPMNDObject
EPM Neutral Data interface for Option

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: group;

    Supported API: true
    Gets the value of the attribute: name; (required)

    Supported API: true
    Gets the object for the association that plays role: softType.

    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
    • getGroup

      EPMNDOptionGroup getGroup() throws WTException
      Gets the value of the attribute: group;

      Supported API: true
      Returns:
      EPMNDOptionGroup
      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
    • getSoftType

      EPMNDSoftType getSoftType() throws WTException
      Gets the object for the association that plays role: softType.

      Supported API: true
      Returns:
      EPMNDSoftType
      Throws:
      WTException