001package org.gbif.api.vocabulary.collections;
002
003public enum Format {
004  DEFAULT,
005  LATIMER_CORE;
006}