java.lang.Object
io.xlate.edi.stream.EDIStreamConstants.Delimiters
- Enclosing interface:
- EDIStreamConstants
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
FieldsModifier and TypeFieldDescriptionstatic final StringKey for the delimiter used to terminate/end a component of a composite element.static final StringKey for the delimiter used to terminate/end a simple or composite data element.static final StringKey for the character used as the decimal point for non-integer numeric element types.static final StringKey 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 StringKey for the delimiter used to terminate/end a repeating data element.static final StringKey for the delimiter used to terminate/end a segment. -
Method Summary
-
Field Details
-
SEGMENT
Key for the delimiter used to terminate/end a segment.- See Also:
-
DATA_ELEMENT
Key for the delimiter used to terminate/end a simple or composite data element.- See Also:
-
COMPONENT_ELEMENT
Key for the delimiter used to terminate/end a component of a composite element.- See Also:
-
REPETITION
Key for the delimiter used to terminate/end a repeating data element.- See Also:
-
DECIMAL
Key for the character used as the decimal point for non-integer numeric element types.- See Also:
-
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:
-