Package ca.uhn.hl7v2.conf.classes.abs
Interface Repeatable
public interface Repeatable
A class which implements this interface will provide the methods to return Min and Max repetitions
- Author:
James Agnew Paul Brohman Mitch Delachevrotiere Shawn Dyck Cory Metcalf
-
Method Summary
Modifier and TypeMethodDescriptionshortReturns the minimum allowable number of repetitions for this classshortReturns 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
-