toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case NetworkInputServerValidation.checkCryptographyAndValidateName:
      return 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME';
    case NetworkInputServerValidation.checkCryptographyOnly:
      return 'CHECK_CRYPTOGRAPHY_ONLY';
  }
}