Package ca.uhn.hl7v2.conf.classes.abs
Class AbstractConformanceContainer
java.lang.Object
ca.uhn.hl7v2.conf.classes.abs.AbstractConformanceContainer
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RepeatablegetChild(FiniteList finiteList, int rep) Returns a repetition of a child of the extending class, creating it if necessary.
-
Constructor Details
-
AbstractConformanceContainer
public AbstractConformanceContainer()Default constructor
-
-
Method Details
-
getChild
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
-