toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SlotValueSelectionStrategy.originalValue:
      return 'ORIGINAL_VALUE';
    case SlotValueSelectionStrategy.topResolution:
      return 'TOP_RESOLUTION';
  }
}