# Interface: com.pnfsoftware.jeb.core.units.code.ICodeString

Definition of a string in a code unit.

## Method: getIdentifier
- return type: `long`

Description: Retrieve the item identifier for this string.
return: the identifier

## Method: getValue
- return type: `java.lang.String`

Description: Retrieve the string value.
return: the string value

