toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputPsiControl.ignorePsi:
      return 'IGNORE_PSI';
    case InputPsiControl.usePsi:
      return 'USE_PSI';
  }
}