toValue method

String toValue()

Implementation

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