toValue method

String toValue()

Implementation

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