@Override
  public String getStringValue() {
    if (mValue != null) {
      return mValue.getDisplayValue();
    }

    return ""; //$NON-NLS-1$
  }