toValue method

String toValue()

Implementation

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