001package org.gbif.api.vocabulary; 002 003/** Fields to sort by the country usages in an occurrence download. */ 004public enum CountryUsageSortField { 005 COUNTRY_CODE, 006 RECORD_COUNT; 007}