toValue method
Implementation
String toValue() {
switch (this) {
case LDAPSStatus.enabling:
return 'Enabling';
case LDAPSStatus.enabled:
return 'Enabled';
case LDAPSStatus.enableFailed:
return 'EnableFailed';
case LDAPSStatus.disabled:
return 'Disabled';
}
}