toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Scte35ArchiveAllowedFlag.archiveNotAllowed:
      return 'ARCHIVE_NOT_ALLOWED';
    case Scte35ArchiveAllowedFlag.archiveAllowed:
      return 'ARCHIVE_ALLOWED';
  }
}