toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Smpte2038DataPreference.ignore:
      return 'IGNORE';
    case Smpte2038DataPreference.prefer:
      return 'PREFER';
  }
}