Interface MPMPartToProcessPlanLinkNextAlternateNumberDelegate
public interface MPMPartToProcessPlanLinkNextAlternateNumberDelegate
Delegate to get the next aleternate number of
Supported API: true
Extendable: true
MPMPartToProcessPlanLink.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionintgetNextAlternateNumber(MPMPartToProcessPlanLink partToProcessPlanLink) Get the next alternate number for a given MPMPartToProcessPlanLink.
-
Method Details
-
getNextAlternateNumber
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
-