Package hdi.edi.parser
Class EltSet
java.lang.Object
hdi.edi.parser.EltSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhdi.codeent.CodeEntity
codeEntity
(hdi.codeent.CodeEntity codeEntity) boolean
eltByIndex
(int i) eltByPosition
(int pos) elts()
static EltSet
fromLegacySegment
(EdiSeg parentSeg, hdi.edi.legacyparser.EdiSegment legacySegment, EdiParsingResults parsingResults) getRepeating
(Collection<String> repeatingNames) toString()
-
Field Details
-
RAW_VALUE_NAME
- See Also:
-
-
Constructor Details
-
EltSet
-
-
Method Details
-
add
-
eltByName
-
eltByIndex
-
eltByPosition
-
containsEltsWithId
public boolean containsEltsWithId() -
eltVal
-
elts
-
getRawValue
-
fromLegacySegment
public static EltSet fromLegacySegment(EdiSeg parentSeg, hdi.edi.legacyparser.EdiSegment legacySegment, EdiParsingResults parsingResults) -
toString
-
getRepeating
-
parentSeg
-
codeEntity
public hdi.codeent.CodeEntity codeEntity() -
parentElt
-
codeEntity
- Returns:
this
.
-
parentElt
- Returns:
this
.
-