toValue method

String toValue()

Implementation

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