Package io.xlate.edi.stream
Class EDIStreamConstants.Delimiters
- java.lang.Object
-
- io.xlate.edi.stream.EDIStreamConstants.Delimiters
-
- Enclosing interface:
- EDIStreamConstants
public static class EDIStreamConstants.Delimiters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_ELEMENTstatic StringDATA_ELEMENTstatic StringDECIMALstatic StringRELEASEstatic StringREPETITIONstatic StringSEGMENT
-
-
-
Field Detail
-
SEGMENT
public static final String SEGMENT
- See Also:
- Constant Field Values
-
DATA_ELEMENT
public static final String DATA_ELEMENT
- See Also:
- Constant Field Values
-
COMPONENT_ELEMENT
public static final String COMPONENT_ELEMENT
- See Also:
- Constant Field Values
-
REPETITION
public static final String REPETITION
- See Also:
- Constant Field Values
-
DECIMAL
public static final String DECIMAL
- See Also:
- Constant Field Values
-
RELEASE
public static final String RELEASE
- See Also:
- Constant Field Values
-
-