toValue method
Implementation
String toValue() {
switch (this) {
case OriginManifestType.singlePeriod:
return 'SINGLE_PERIOD';
case OriginManifestType.multiPeriod:
return 'MULTI_PERIOD';
}
}
String toValue() {
switch (this) {
case OriginManifestType.singlePeriod:
return 'SINGLE_PERIOD';
case OriginManifestType.multiPeriod:
return 'MULTI_PERIOD';
}
}