toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Scte35AposWebDeliveryAllowedBehavior.follow:
      return 'FOLLOW';
    case Scte35AposWebDeliveryAllowedBehavior.ignore:
      return 'IGNORE';
  }
}