toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HighlightType.standard:
      return 'STANDARD';
    case HighlightType.thesaurusSynonym:
      return 'THESAURUS_SYNONYM';
  }
}