Package wt.epm.ndi

Interface EPMNDDependency

All Superinterfaces:
EPMNDObject
All Known Subinterfaces:
EPMNDMemberLink, EPMNDReferenceLink

public interface EPMNDDependency extends EPMNDObject


Supported API: true

Extendable: false
  • Method Details

    • getUniqueId

      String getUniqueId() throws WTException
      Gets the value of the attribute: uniqueId.

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

      ObjectIdentifier getToMasterId() throws WTException
      Gets the value of the attribute: toMasterId.

      Supported API: true
      Returns:
      ObjectIdentifier
      Throws:
      WTException
    • getToCadName

      String getToCadName() throws WTException
      Gets the value of the attribute: toCadName.

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

      String getToAsStoredName() throws WTException
      Gets the value of the attribute: toAsStoredName.

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

      EPMDocumentType getToType() throws WTException
      Gets the value of the attribute: toType.

      Supported API: true
      Returns:
      EPMDocumentType
      Throws:
      WTException
    • getToSubType

      EPMDocSubType getToSubType() throws WTException
      Gets the value of the attribute: toSubType.

      Supported API: true
      Returns:
      EPMDocSubType
      Throws:
      WTException
    • isRequired

      boolean isRequired() throws WTException
      Gets the value of the attribute: required.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • getAttributes

      Collection<EPMNDAttribute> getAttributes() throws WTException
      Gets the object for the association that plays role: attributes.

      Supported API: true
      Returns:
      Collection
      Throws:
      WTException
    • getSoftType

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

      Supported API: true
      Returns:
      EPMNDSoftType
      Throws:
      WTException