Interface ProcessInputDescription.Builder<T extends ProcessInputDescription,​B extends ProcessInputDescription.Builder<T,​B>>

    • Method Detail

      • withMaximalOccurence

        B withMaximalOccurence​(BigInteger max)
      • withMaximalOccurence

        default B withMaximalOccurence​(long max)
      • withMinimalOccurence

        B withMinimalOccurence​(BigInteger min)
      • withMinimalOccurence

        default B withMinimalOccurence​(long min)