toValue method

String toValue()

Implementation

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