toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Eac3LfeControl.lfe:
      return 'LFE';
    case Eac3LfeControl.noLfe:
      return 'NO_LFE';
  }
}