toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SegmentType.technicalCue:
      return 'TECHNICAL_CUE';
    case SegmentType.shot:
      return 'SHOT';
  }
}