Interface StringValue

All Superinterfaces:
Comparable<FieldValue>, FieldValue

public interface StringValue extends FieldValue
StringValue extends FieldValue to represent a string.
Since:
3.0
  • Method Details

    • get

      String get()
      Returns the String value.
      Returns:
      the string value
    • clone

      StringValue clone()
      Returns a deep copy of this object.
      Specified by:
      clone in interface FieldValue
      Returns:
      a deep copy of this object