toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case OpsItemDataType.searchableString:
      return 'SearchableString';
    case OpsItemDataType.string:
      return 'String';
  }
}