toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case GlobalConfigurationOutputTimingSource.inputClock:
      return 'INPUT_CLOCK';
    case GlobalConfigurationOutputTimingSource.systemClock:
      return 'SYSTEM_CLOCK';
  }
}