ca.uhn.hl7v2.conf.classes.abs
Class AbstractConformanceContainer

java.lang.Object
  extended by ca.uhn.hl7v2.conf.classes.abs.AbstractConformanceContainer

public abstract class AbstractConformanceContainer
extends java.lang.Object

This class contains the functionality for a parent class in the Conformance class set heirarchy to hold Repeatable children.

Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf

Constructor Summary
AbstractConformanceContainer()
          Default constructor
 
Method Summary
protected  Repeatable getChild(FiniteList finiteList, int rep)
          Returns a repetition of a child of the extending class, creating it if necessary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConformanceContainer

public AbstractConformanceContainer()
Default constructor

Method Detail

getChild

protected Repeatable getChild(FiniteList finiteList,
                              int rep)
                       throws ConfRepException
Returns a repetition of a child of the extending class, creating it if necessary.

Parameters:
finiteList - the finiteList containing the desired repetitions
rep - the repetition number with a 0 based index
Returns:
repetition
Throws:
ConfRepException - if repetition can not be accessed


Copyright © 2001-2011 University Health Network. All Rights Reserved.