Class FiniteList

java.lang.Object
ca.uhn.hl7v2.conf.classes.abs.FiniteList

public class FiniteList extends Object
Holds a group of repetitions for a given Profile and exercises cardinality constraints
Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf
  • Constructor Details

    • FiniteList

      public FiniteList(Class<? extends Repeatable> repType, Object underlyingObject)
      Constructor for FiniteList
      Parameters:
      repType - the Class which is repeating
      underlyingObject - the underlying object that the extending class represents
  • Method Details