toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case TerminologyDataFormat.csv:
      return 'CSV';
    case TerminologyDataFormat.tmx:
      return 'TMX';
  }
}