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 EDIStreamEventModifier and TypeFieldDescriptionprotected final EDIStreamEventEDIValidationException.eventThe stream event associated with the error, one of the events for which isError() is true.Methods in io.xlate.edi.stream that return EDIStreamEventModifier and TypeMethodDescriptionEDIStreamValidationError.getCategory()Provides the category of the validation error.EDIValidationException.getEvent()Get the stream event associated with the errorEDIStreamReader.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) Construct an EDIValidationException with the given data elements.