toValue method
Implementation
String toValue() {
switch (this) {
case AssociationSyncCompliance.auto:
return 'AUTO';
case AssociationSyncCompliance.manual:
return 'MANUAL';
}
}
String toValue() {
switch (this) {
case AssociationSyncCompliance.auto:
return 'AUTO';
case AssociationSyncCompliance.manual:
return 'MANUAL';
}
}