toValue method
Implementation
String toValue() {
switch (this) {
case LocationFilterName.locationUri:
return 'LocationUri';
case LocationFilterName.locationType:
return 'LocationType';
case LocationFilterName.creationTime:
return 'CreationTime';
}
}