toValue method
Implementation
String toValue() {
switch (this) {
case DirectoryEdition.enterprise:
return 'Enterprise';
case DirectoryEdition.standard:
return 'Standard';
}
}
String toValue() {
switch (this) {
case DirectoryEdition.enterprise:
return 'Enterprise';
case DirectoryEdition.standard:
return 'Standard';
}
}