Class EDIStreamConstants.Delimiters

java.lang.Object
io.xlate.edi.stream.EDIStreamConstants.Delimiters
Enclosing interface:
EDIStreamConstants

public static class EDIStreamConstants.Delimiters extends Object
Defines the constant values of EDI delimiters present in the maps returned by EDIStreamReader.getDelimiters()/EDIStreamWriter.getDelimiters() and accepted as properties for output via PropertySupport.setProperty(String, Object).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Key for the delimiter used to terminate/end a component of a composite element.
    static final String
    Key for the delimiter used to terminate/end a simple or composite data element.
    static final String
    Key for the character used as the decimal point for non-integer numeric element types.
    static final String
    Key for the character used as a release character, allowing the next character in the EDI stream to be treated as data element text rather than a delimiter.
    static final String
    Key for the delimiter used to terminate/end a repeating data element.
    static final String
    Key for the delimiter used to terminate/end a segment.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SEGMENT

      public static final String SEGMENT
      Key for the delimiter used to terminate/end a segment.
      See Also:
    • DATA_ELEMENT

      public static final String DATA_ELEMENT
      Key for the delimiter used to terminate/end a simple or composite data element.
      See Also:
    • COMPONENT_ELEMENT

      public static final String COMPONENT_ELEMENT
      Key for the delimiter used to terminate/end a component of a composite element.
      See Also:
    • REPETITION

      public static final String REPETITION
      Key for the delimiter used to terminate/end a repeating data element.
      See Also:
    • DECIMAL

      public static final String DECIMAL
      Key for the character used as the decimal point for non-integer numeric element types.
      See Also:
    • RELEASE

      public static final String RELEASE
      Key for the character used as a release character, allowing the next character in the EDI stream to be treated as data element text rather than a delimiter.
      See Also: