toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DashIsoSegmentControl.singleFile:
      return 'SINGLE_FILE';
    case DashIsoSegmentControl.segmentedFiles:
      return 'SEGMENTED_FILES';
  }
}