SchemaPackageUnexpectedSegmentHandling

enum SchemaPackageUnexpectedSegmentHandling : Enum<SchemaPackageUnexpectedSegmentHandling> , ConvertibleToJava<SchemaPackageUnexpectedSegmentHandling>

Determines how unexpected segments (segments not matched to the schema) are handled.

Entries

Link copied to clipboard

Unspecified handling mode, equivalent to FAIL.

Link copied to clipboard

Unexpected segments fail to parse and return an error.

Link copied to clipboard

Unexpected segments do not fail, but are omitted from the output.

Link copied to clipboard

Unexpected segments do not fail, but are parsed in place and added to the current group. If a segment has a type definition, it is used, otherwise it is parsed as VARIES.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SchemaPackageUnexpectedSegmentHandling
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SchemaPackageUnexpectedSegmentHandling
Link copied to clipboard
Link copied to clipboard