toValue method

String toValue()

Implementation

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