ca.uhn.hl7v2.conf.classes.abs
Class AbstractConformanceContainer
java.lang.Object
ca.uhn.hl7v2.conf.classes.abs.AbstractConformanceContainer
public abstract class AbstractConformanceContainer
- extends Object
This class contains the functionality for a parent class in the Conformance
class set heirarchy to hold Repeatable children.
- Author:
James Agnew
Paul Brohman
Mitch Delachevrotiere
Shawn Dyck
Cory Metcalf
|
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 |
AbstractConformanceContainer
public AbstractConformanceContainer()
- Default constructor
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 repetitionsrep - the repetition number with a 0 based index
- Returns:
- repetition
- Throws:
ConfRepException - if repetition can not be accessed
Copyright © 2001-2012 University Health Network. All Rights Reserved.