toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case F4vMoovPlacement.progressiveDownload:
      return 'PROGRESSIVE_DOWNLOAD';
    case F4vMoovPlacement.normal:
      return 'NORMAL';
  }
}