Interface StringValue

All Superinterfaces:
PrimitiveValue<String>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.StringValueImpl

public interface StringValue extends PrimitiveValue<String>

A PrimitiveValue corresponding to the Java type String.

Since:
7.2
Author:
Daniel Meyer