Package wt.epm.ndi

Interface EPMNDFeatureDefinition


public interface EPMNDFeatureDefinition


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: defName.
    int
    Gets the value of the attribute: internalId.
    int
    Gets the value of the attribute: type.
  • Method Details

    • getDefName

      String getDefName() throws WTException
      Gets the value of the attribute: defName.

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

      int getInternalId() throws WTException
      Gets the value of the attribute: internalId.

      Supported API: true
      Returns:
      int
      Throws:
      WTException
    • getType

      int getType() throws WTException
      Gets the value of the attribute: type.

      Supported API: true
      Returns:
      int
      Throws:
      WTException