Uses of Enum Class
ca.uhn.hl7v2.parser.UnexpectedSegmentBehaviourEnum
Packages that use UnexpectedSegmentBehaviourEnum
-
Uses of UnexpectedSegmentBehaviourEnum in ca.uhn.hl7v2.parser
Fields in ca.uhn.hl7v2.parser declared as UnexpectedSegmentBehaviourEnumModifier and TypeFieldDescriptionstatic final UnexpectedSegmentBehaviourEnumParserConfiguration.DEFAULT_UNEXPECTED_SEGMENT_BEHAVIOURMethods in ca.uhn.hl7v2.parser that return UnexpectedSegmentBehaviourEnumModifier and TypeMethodDescriptionParserConfiguration.getUnexpectedSegmentBehaviour()Returns the behaviour to use when parsing a message and a nonstandard segment is found.Returns the enum constant of this class with the specified name.static UnexpectedSegmentBehaviourEnum[]UnexpectedSegmentBehaviourEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.hl7v2.parser with parameters of type UnexpectedSegmentBehaviourEnumModifier and TypeMethodDescriptionvoidParserConfiguration.setUnexpectedSegmentBehaviour(UnexpectedSegmentBehaviourEnum theUnexpectedSegmentBehaviour) Sets the behaviour to use when parsing a message and a nonstandard segment is found