# Class: com.pnfsoftware.jeb.core.units.code.StringInfo

String information objects used by dynamic\-contents managers.

## Constructor: StringInfo
- parameter: `id`, type: `long`
- parameter: `effectiveValue`, type: `java.lang.String`
- parameter: `artificial`, type: `boolean`
- parameter: `rendering`, type: `int`

Description: Create string information.
parameter: id: string id
parameter: effectiveValue: effective string value
parameter: artificial: true if the string is artificial
parameter: rendering: rendering type

## Field: artificial
Type: `boolean`
Description: True if the string is artificial.

## Field: effectiveValue
Type: `java.lang.String`
Description: Effective string value.

## Field: id
Type: `long`
Description: String id.

## Field: rendering
Type: `int`
Description: Rendering type.

