|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.classes.abs.AbstractConformanceContainer
public abstract class AbstractConformanceContainer
This class contains the functionality for a parent class in the Conformance class set heirarchy to hold Repeatable children.
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 |
---|
public AbstractConformanceContainer()
Method Detail |
---|
protected Repeatable getChild(FiniteList finiteList, int rep) throws ConfRepException
finiteList
- the finiteList containing the desired repetitionsrep
- the repetition number with a 0 based index
ConfRepException
- if repetition can not be accessed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |