# Class: com.pnfsoftware.jeb.core.units.code.debug.impl.ValueString

A string value provided by a debugger unit.

## Constructor: ValueString
- parameter: `v`, type: `java.lang.String`

Description: Create a string value.
parameter: v: string value

## Constructor: ValueString
- parameter: `v`, type: `java.lang.String`
- parameter: `objectId`, type: `java.lang.Long`

Description: Create a string value.
parameter: v: string value
parameter: objectId: object id, or null

## Method: getObjectId
- return type: `java.lang.Long`

Description: Retrieve the object id.
return: object id, or null

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


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


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


