Interface MPMPartToProcessPlanLinkNextAlternateNumberDelegate


public interface MPMPartToProcessPlanLinkNextAlternateNumberDelegate
Delegate to get the next aleternate number of MPMPartToProcessPlanLink. This interface should be implemented by customized implementations.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the next alternate number for a given MPMPartToProcessPlanLink.
  • Method Details

    • getNextAlternateNumber

      int getNextAlternateNumber(MPMPartToProcessPlanLink partToProcessPlanLink) throws WTException
      Get the next alternate number for a given MPMPartToProcessPlanLink.

      Supported API: true
      Parameters:
      partToProcessPlanLink - MPMPartToProcessPlanLink for which we want the next alternate number
      Returns:
      int Next alternate number
      Throws:
      WTException