Uses of Enum
io.xlate.edi.stream.EDIStreamEvent
Packages that use EDIStreamEvent
-
Uses of EDIStreamEvent in io.xlate.edi.stream
Fields in io.xlate.edi.stream declared as EDIStreamEventMethods in io.xlate.edi.stream that return EDIStreamEventModifier and TypeMethodDescriptionEDIStreamValidationError.getCategory()EDIValidationException.getEvent()EDIStreamReader.getEventType()Returns an integer code that indicates the type of the event the cursor is pointing to.EDIStreamReader.next()Get next parsing eventEDIStreamReader.nextTag()Skips any ELEMENT_DATA, START_COMPOSITE, and END_COMPOSITE until a START_SEGMENT is reached.static EDIStreamEventReturns the enum constant of this type with the specified name.static EDIStreamEvent[]EDIStreamEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.xlate.edi.stream with parameters of type EDIStreamEventModifierConstructorDescriptionEDIValidationException(EDIStreamEvent event, EDIStreamValidationError error, Location location, CharSequence data)