|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.classes.abs.FiniteList
public class FiniteList
Holds a group of repetitions for a given Profile and exercises cardinality constraints
Constructor Summary | |
---|---|
FiniteList(java.lang.Class repType,
java.lang.Object underlyingObject)
Constructor for FiniteList |
Method Summary | |
---|---|
Repeatable |
getRep(int rep)
Returns the desired repetition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FiniteList(java.lang.Class repType, java.lang.Object underlyingObject)
repType
- the Class which is repeatingunderlyingObject
- the underlying object that the extending class representsMethod Detail |
---|
public Repeatable getRep(int rep) throws ConfRepException
rep
- The desired repetition number. Note that in accordance with the HL7 standard
ConformanceException
- if repetition is not accessible
ConfRepException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |