toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Ac3LfeFilter.disabled:
      return 'DISABLED';
    case Ac3LfeFilter.enabled:
      return 'ENABLED';
  }
}