Interface IJavaNumberPart


@OpenApiAll public interface IJavaNumberPart
If this interface is implemented for an Expression <> then the AutoNumber-Framework will call the class methods and use the Strings produced as slices for the complete AutoNumber, as it is defined in the <> These methods should return equal values for equal input.
Since:
Jan 18, 2011
  • Method Summary

    Modifier and Type
    Method
    Description
    generateNextId(String lastNumberPart)
    Generate a new ID.
  • Method Details

    • generateNextId

      String generateNextId(String lastNumberPart)
      Generate a new ID. The new ID logically increases the value of the lastNumberPart
      Parameters:
      lastNumberPart - the last significant NumberPart of the previous Id
      Returns:
      the last significant Number Part in the new Element ID.