Interface Repeatable


public interface Repeatable
A class which implements this interface will provide the methods to return Min and Max repetitions
Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    Returns the minimum allowable number of repetitions for this class
    short
    Returns the minimum allowable number of repetitions for this class
  • Method Details

    • getMaxReps

      short getMaxReps()
      Returns the minimum allowable number of repetitions for this class
    • getMinReps

      short getMinReps()
      Returns the minimum allowable number of repetitions for this class