Package wt.epm.ndi

Interface EPMNDFamilyTableColumn

All Known Subinterfaces:
EPMNDFamilyTableAttribute, EPMNDFamilyTableDependency, EPMNDFamilyTableFeature, EPMNDFamilyTableParameter

public interface EPMNDFamilyTableColumn


Supported API: true

Extendable: false
  • Method Summary

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

    • getName

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

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

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

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

      String getTitle() throws WTException
      Gets the value of the attribute: title.

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

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

      Supported API: true
      Returns:
      int
      Throws:
      WTException