toValue method
Implementation
String toValue() {
switch (this) {
case Application.microsoftOffice_2016:
return 'Microsoft_Office_2016';
case Application.microsoftOffice_2019:
return 'Microsoft_Office_2019';
}
}
String toValue() {
switch (this) {
case Application.microsoftOffice_2016:
return 'Microsoft_Office_2016';
case Application.microsoftOffice_2019:
return 'Microsoft_Office_2019';
}
}