Package hdi.edi.parser
Class EdiSeparators
java.lang.Object
hdi.edi.parser.EdiSeparators
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionEdiSeparators(EdiSeparators ediSeparators) EdiSeparators(@NonNull String elementSeparator, String segmentTerminator, String componentElementSeparator, @NonNull String repetitionSeparator)  - 
Method Summary
Modifier and TypeMethodDescriptionthis field provides the delimiter used to separate component data elements within a composite data structure : is usually the default@NonNull StringelementSeparator(@NonNull String elementSeparator) booleaninthashCode()isaParsingErrorMessage(String isaParsingErrorMessage) booleanisIsaNotFound(boolean isIsaNotFound) @NonNull Stringthis field provides the delimiter used to separate repeated occurrences of a simple data element or a composite data structure; this value must be different from the data element separator, component element separator, and the segment terminatorrepetitionSeparator(@NonNull String repetitionSeparator) this field provides the delimiter used to separate repeated occurrences of a simple data element or a composite data structure; this value must be different from the data element separator, component element separator, and the segment terminatortoString() 
- 
Field Details
- 
DEFAULT_EDI_SEPARATORS
 - 
NCPDP_SEPARATORS
 
 - 
 - 
Constructor Details
- 
EdiSeparators
 - 
EdiSeparators
 
 - 
 - 
Method Details
- 
segmentTerminatorToRender
 - 
toSeparatorsString
 - 
elementSeparator
 - 
segmentTerminator
 - 
componentElementSeparator
this field provides the delimiter used to separate component data elements within a composite data structure : is usually the default - 
repetitionSeparator
this field provides the delimiter used to separate repeated occurrences of a simple data element or a composite data structure; this value must be different from the data element separator, component element separator, and the segment terminator - 
isIsaNotFound
public boolean isIsaNotFound() - 
isaParsingErrorMessage
 - 
elementSeparator
- Returns:
 this.
 - 
repetitionSeparator
this field provides the delimiter used to separate repeated occurrences of a simple data element or a composite data structure; this value must be different from the data element separator, component element separator, and the segment terminator- Returns:
 this.
 - 
isIsaNotFound
- Returns:
 this.
 - 
isaParsingErrorMessage
- Returns:
 this.
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -