toValue method
Implementation
String toValue() {
switch (this) {
case PatchSet.os:
return 'OS';
case PatchSet.application:
return 'APPLICATION';
}
}
String toValue() {
switch (this) {
case PatchSet.os:
return 'OS';
case PatchSet.application:
return 'APPLICATION';
}
}