toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SmoothGroupCertificateMode.selfSigned:
      return 'SELF_SIGNED';
    case SmoothGroupCertificateMode.verifyAuthenticity:
      return 'VERIFY_AUTHENTICITY';
  }
}