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