# Class: com.pnfsoftware.jeb.core.units.codeobject.IELFSectionProcessor.Result

Result of section processing.

## Constructor: Result
- parameter: `appendedDescription`, type: `java.lang.String`
- parameter: `appendedMetadata`, type: `java.lang.String`

Description: Create a processing result.
parameter: appendedDescription: description to append
parameter: appendedMetadata: metadata to append

## Field: appendedDescription
Type: `java.lang.String`
Description: Description to append to the section information.

## Field: appendedMetadata
Type: `java.lang.String`
Description: Metadata to append to the section information.

