toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case QueryIdentifiersEnclosingOption.doubleQuotes:
      return 'DOUBLE_QUOTES';
    case QueryIdentifiersEnclosingOption.none:
      return 'NONE';
  }
}